Searched refs:rpcrt4_module_ (Results 1 – 4 of 4) sorted by relevance
262 rpcrt4_module_(NULL), in MinidumpGenerator()297 if (rpcrt4_module_) { in ~MinidumpGenerator()298 FreeLibrary(rpcrt4_module_); in ~MinidumpGenerator()544 if (!rpcrt4_module_) { in GetRpcrt4Module()545 rpcrt4_module_ = LoadLibrary(TEXT("rpcrt4.dll")); in GetRpcrt4Module()548 return rpcrt4_module_; in GetRpcrt4Module()
137 HMODULE rpcrt4_module_; variable
160 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()
414 HMODULE rpcrt4_module_; variable