Welcome to the CHICKEN Scheme pasting service
fragment added by kevinfish_ on Sun Feb 19 06:26:47 2017
BOOL CPUIDSDK::InitDll(HMODULE _hDll) { void *(_stdcall *fpQueryInterface)(DWORD); (FARPROC&)fpQueryInterface = GetProcAddress(_hDll, "QueryInterface"); if (fpQueryInterface) { CPUIDSDK_fp_CreateInstance = (TCPUIDSDK_fp_CreateInstance)fpQueryInterface(0x21452459); CPUIDSDK_fp_DestroyInstance = (TCPUIDSDK_fp_DestroyInstance)fpQueryInterface(0x30571113);