Searched refs:rpcrt4_module_ (Results 1 – 4 of 4) sorted by relevance
263 rpcrt4_module_(NULL), in MinidumpGenerator()299 if (rpcrt4_module_) { in ~MinidumpGenerator()300 FreeLibrary(rpcrt4_module_); in ~MinidumpGenerator()546 if (!rpcrt4_module_) { in GetRpcrt4Module()547 rpcrt4_module_ = LoadLibrary(TEXT("rpcrt4.dll")); in GetRpcrt4Module()550 return rpcrt4_module_; in GetRpcrt4Module()
137 HMODULE rpcrt4_module_; variable
159 rpcrt4_module_ = NULL; in Initialize()238 rpcrt4_module_ = LoadLibrary(L"rpcrt4.dll"); in Initialize()239 if (rpcrt4_module_) { in Initialize()241 GetProcAddress(rpcrt4_module_, "UuidCreate")); in Initialize()300 if (rpcrt4_module_) { in ~ExceptionHandler()301 FreeLibrary(rpcrt4_module_); in ~ExceptionHandler()
416 HMODULE rpcrt4_module_; variable