Searched refs:hrpcrt4 (Results 1 – 1 of 1) sorted by relevance
267 HMODULE hrpcrt4 = GetModuleHandleA("rpcrt4.dll"); in InitFunctionPointers() local269 pNDRSContextMarshall2 = (void *)GetProcAddress(hrpcrt4, "NDRSContextMarshall2"); in InitFunctionPointers()270 pNDRSContextUnmarshall2 = (void *)GetProcAddress(hrpcrt4, "NDRSContextUnmarshall2"); in InitFunctionPointers()271 pRpcServerRegisterIfEx = (void *)GetProcAddress(hrpcrt4, "RpcServerRegisterIfEx"); in InitFunctionPointers()272 pRpcBindingSetAuthInfoExA = (void *)GetProcAddress(hrpcrt4, "RpcBindingSetAuthInfoExA"); in InitFunctionPointers()273 pRpcServerRegisterAuthInfoA = (void *)GetProcAddress(hrpcrt4, "RpcServerRegisterAuthInfoA"); in InitFunctionPointers()