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.

35 lines
420 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. callid.hxx
  5. Abstract:
  6. Implements a cache of callids used for running down OIDs
  7. Author:
  8. Mario Goertzel [MarioGo]
  9. Revision History:
  10. MarioGo 1/18/1996 Bits 'n pieces
  11. --*/
  12. #ifndef __CALLID_HXX
  13. #define __CALLID_HXX
  14. INT AllocateCallId(
  15. OUT UUID &Callid
  16. );
  17. void FreeCallId(
  18. IN INT hint
  19. );
  20. #endif // __CALLID_HXX