Source code of Windows XP (NT5)
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.

37 lines
1.0 KiB

  1. /****************************************************************************
  2. *
  3. * $Archive: S:/STURGEON/SRC/CALLCONT/VCS/userman.h_v $
  4. *
  5. * INTEL Corporation Prorietary Information
  6. *
  7. * This listing is supplied under the terms of a license agreement
  8. * with INTEL Corporation and may not be copied nor disclosed except
  9. * in accordance with the terms of that agreement.
  10. *
  11. * Copyright (c) 1993-1994 Intel Corporation.
  12. *
  13. * $Revision: 1.10 $
  14. * $Date: Aug 12 1996 09:40:44 $
  15. * $Author: mandrews $
  16. *
  17. * Deliverable:
  18. *
  19. * Abstract:
  20. *
  21. *
  22. * Notes:
  23. *
  24. ***************************************************************************/
  25. HRESULT InitUserManager();
  26. HRESULT DeInitUserManager();
  27. HRESULT InvokeUserListenCallback( PLISTEN pListen,
  28. HRESULT status,
  29. PCC_LISTEN_CALLBACK_PARAMS pListenCallbackParams);
  30. HRESULT InvokeUserConferenceCallback(
  31. PCONFERENCE pConference,
  32. BYTE bIndication,
  33. HRESULT status,
  34. void * pConferenceCallbackParams);