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
480 B

  1. //***************************************************************************
  2. //
  3. // MAINDLL.H
  4. //
  5. // Module: WBEM Framework Instance provider
  6. //
  7. // Purpose:
  8. //
  9. // Copyright (c) 1997-2001 Microsoft Corporation, All Rights Reserved
  10. //
  11. //***************************************************************************
  12. HRESULT RegisterServer(TCHAR *a_pName, REFGUID a_rguid ) ;
  13. HRESULT UnregisterServer( REFGUID a_rguid ) ;
  14. extern HMODULE ghModule;