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.

53 lines
570 B

  1. /*++
  2. Copyright (c) 1991 Microsoft Corporation
  3. Module Name:
  4. rpcinit.c
  5. Abstract:
  6. DSROLE - RPC Server Initialization
  7. Author:
  8. Scott Birrell (ScottBi) April 29, 1991
  9. Mac McLain (MacM) April 14, 1997 - Copied from lsa\server
  10. Environment:
  11. Revision History:
  12. --*/
  13. #include <dssetrpc.h>
  14. VOID DSROLER_HANDLE_rundown(
  15. DSROLER_HANDLE LsaHandle
  16. )
  17. /*++
  18. Routine Description:
  19. This routine is called by the server RPC runtime to run down a
  20. Context Handle.
  21. Arguments:
  22. None.
  23. Return Value:
  24. --*/
  25. {
  26. }