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
612 B

  1. [ uuid (12345678-1234-1234-1234-123456789ABe),
  2. version(1.0),
  3. pointer_default(unique)]
  4. interface kerbtest
  5. {
  6. unsigned long
  7. RemoteCall(
  8. [in] handle_t BindingHandle,
  9. [in] unsigned long Options,
  10. [in,string,unique] char * RemoteAddress,
  11. [in,string,unique] char * RemoteProtocol,
  12. [in,string,unique] char * RemoteEndpoint,
  13. [in,string,unique] char * Principal,
  14. [in,string,unique] char * Address,
  15. [in] unsigned long AuthnLevel,
  16. [in] unsigned long AuthnSvc,
  17. [in] unsigned long Recursion
  18. );
  19. void
  20. Shutdown(
  21. [in] handle_t BindingHandle
  22. );
  23. }