i need sti.h where can i find it? thank.
codes below:
/
函数名:
输 入:
a---
b---
c---
输 出: x---
x 为 1, 表示...
x 为 0, 表示...
功能描述:
全局变量:
调用模块:
作 者:
日 期:
版 本
修 改:
日 期:
版 本
***/
DWORD dword_12533A8 = 0;
int sti_dll()
{
//
HMODULE LoadSTI_DLL();
//
int iRet = TRUE;
HMODULE hModule = LoadSTI_DLL();
//
//typedef UINT (CALLBACK* LPFNDLLFUNC1)(DWORD,UINT);
define In
#define _Out_
typedef HRESULT (CALLBACK* LPF_StiCreateInstance)(_In_ HINSTANCE hinst,
In DWORD dwVer,
Out PSTI *ppSti,
In LPUNKNOWN punkOuter);
if 0
HRESULT StiCreateInstance(
In HINSTANCE hinst,
In DWORD dwVer,
Out PSTI *ppSti,
In LPUNKNOWN punkOuter
);
endif
LPF_StiCreateInstance fProc_StiCreateInstance = GetProcAddress(hModule,"StiCreateInstance");
//
HMODULE hFile_CreateProcess = 0;
if(fProc_StiCreateInstance)
{
hFile_CreateProcess = GetModuleHandle(0);
iRet = fProc_StiCreateInstance(hFile_CreateProcess,
0,
2,
(LPUNKNOWN)&dword_12533A8);
}
return iRet;
}
--------------------Configuration: ExeInit - Win32 Debug--------------------
Compiling...
InitSub0.cpp
E:_temp\PhotoLab\codes\SubPrjsCodes\ExeInit\InitSub0\InitSub0.cpp(50) : fatal error C1083: Cannot open include file: 'sti.h': No such file or directory

