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.

24 lines
554 B

  1. //=================================================================
  2. //
  3. // DllCommon.h
  4. //
  5. // Copyright (c) 2000-2001 Microsoft Corporation, All Rights Reserved
  6. //
  7. //=================================================================
  8. #pragma once
  9. STDAPI CommonGetClassObject (
  10. REFIID riid,
  11. PPVOID ppv,
  12. LPCWSTR wszProviderName,
  13. LONG &lCount
  14. );
  15. STDAPI CommonCanUnloadNow (LPCWSTR wszProviderName, LONG &lCount);
  16. BOOL STDAPICALLTYPE CommonProcessAttach(LPCWSTR wszProviderName, LONG &lCount, HINSTANCE hInstDLL);