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.

10 lines
304 B

  1. #include <windows.h>
  2. #include <ole2.h>
  3. STDAPI DllRegisterServer(void) {return E_NOTIMPL; }
  4. STDAPI DllUnregisterServer(void) {return E_NOTIMPL; }
  5. STDAPI DllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID FAR* ppv) { return E_NOTIMPL; }
  6. STDAPI DllCanUnloadNow(void) { return E_NOTIMPL; }