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.

20 lines
280 B

  1. #ifdef CHICAGO
  2. HANDLE
  3. OsOpenVxdHandle(
  4. CHAR * VxdName,
  5. WORD VxdId
  6. );
  7. VOID
  8. OsCloseVxdHandle(
  9. HANDLE VxdHandle
  10. );
  11. INT
  12. OsSubmitVxdRequest(
  13. HANDLE VxdHandle,
  14. INT OpCode,
  15. LPVOID Param,
  16. INT ParamLength
  17. );
  18. #endif