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.

16 lines
385 B

  1. #ifndef _HDService_
  2. #define _HDService_
  3. class CHDService
  4. {
  5. public:
  6. static BOOL Main(DWORD dwReason);
  7. static HRESULT Install(BOOL fInstall, LPCWSTR pszCmdLine);
  8. static HRESULT RegisterServer();
  9. static HRESULT UnregisterServer();
  10. static HRESULT CanUnloadNow();
  11. static HRESULT GetClassObject(REFCLSID rclsid, REFIID riid, void** ppv);
  12. };
  13. #endif