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.

26 lines
857 B

  1. /*==========================================================================
  2. *
  3. * Copyright (C) 2001-2002 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: dpnlobbyextern.h
  6. * Content: DirectPlay Lobby Library external functions to be called
  7. * by other DirectPlay components.
  8. *
  9. * History:
  10. * Date By Reason
  11. * ==== == ======
  12. * 07/20/2001 masonb Created
  13. *
  14. ***************************************************************************/
  15. BOOL DNLobbyInit(HANDLE hModule);
  16. void DNLobbyDeInit();
  17. #ifndef DPNBUILD_NOCOMREGISTER
  18. BOOL DNLobbyRegister(LPCWSTR wszDLLName);
  19. BOOL DNLobbyUnRegister();
  20. #endif // !DPNBUILD_NOCOMREGISTER
  21. #ifndef DPNBUILD_LIBINTERFACE
  22. DWORD DNLobbyGetRemainingObjectCount();
  23. extern IClassFactoryVtbl DPLCF_Vtbl;
  24. #endif // ! DPNBUILD_LIBINTERFACE