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.

29 lines
330 B

  1. DWORD
  2. VerifyProtocols(
  3. PROTOCOL Protocol
  4. );
  5. BOOL
  6. EqualProtocols(
  7. IN PROTOCOL OldProtocol,
  8. IN PROTOCOL NewProtocol
  9. );
  10. VOID
  11. CopyProtocols(
  12. IN PROTOCOL InProtocol,
  13. OUT PPROTOCOL pOutProtocol
  14. );
  15. BOOL
  16. MatchProtocols(
  17. PROTOCOL ProtocolToMatch,
  18. PROTOCOL ProtocolTemplate
  19. );