Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

54 lines
1.1 KiB

#include "_apipch.h"
/*****************************************************************************\
* *
* Unknown local functions in wab\wabapi
* *
\*****************************************************************************/
int
AlertIdsCtx( HWND hwnd,
HINSTANCE hinst,
UINT idsMsg,
LPSTR szComponent,
ULONG ulContext,
ULONG ulLow,
UINT fuStyle)
{
return 0;
}
int
AlertSzCtx( HWND hwnd,
LPSTR szMsg,
LPSTR szComponent,
ULONG ulContext,
ULONG ulLow,
UINT fuStyle)
{
return 0;
}
LPVOID
PvGetInstanceGlobals(void)
{
return NULL;
}
LPVOID
PvGetInstanceGlobalsInt(LPInstList lpInstListX)
{
return NULL;
}
SCODE
ScSetInstanceGlobalsInt(LPVOID pv, LPInstList lpInstListX)
{
return NULL;
}
SCODE
ScSetInstanceGlobals(LPVOID pv)
{
return NULL;
}