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.

21 lines
562 B

  1. /****************************************************************************/
  2. // sdrpc.idl
  3. //
  4. // RPC IDL covering the network interface between the SD client
  5. // tssdis.exe and the server tssdjet.dll.
  6. //
  7. // Copyright (C) 2000 Microsoft Corporation
  8. /****************************************************************************/
  9. [
  10. uuid(9b3195fe-d603-43d1-a0d5-9072d7cde122),
  11. version(1.0)
  12. ]
  13. interface TSSDTOJETRPC
  14. {
  15. import "wtypes.idl";
  16. DWORD TSSDRPCRejoinSD(
  17. [in] handle_t Binding,
  18. [in] DWORD flag);
  19. }