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.
 
 
 
 
 
 

39 lines
367 B

#include "windows.h"
STDAPI
DllCanUnloadNow (
void
)
{
return 0;
}
STDAPI
DllGetClassObject (
IN REFCLSID rclsid,
IN REFIID riid,
OUT LPVOID FAR* ppv
)
{
return 0;
}
STDAPI
DllRegisterServer (
void
)
{
return 0;
}
STDAPI
DllUnregisterServer (
void
)
{
return 0;
}