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

  1. VOID DummyInterface();
  2. VP_STATUS MirrorFindAdapter(
  3. IN PVOID HwDeviceExtension,
  4. IN PVOID HwContext,
  5. IN PWSTR ArgumentString,
  6. IN OUT PVIDEO_PORT_CONFIG_INFO ConfigInfo,
  7. OUT PUCHAR Again
  8. );
  9. BOOLEAN MirrorInitialize(
  10. PVOID HwDeviceExtension
  11. );
  12. BOOLEAN MirrorStartIO(
  13. PVOID HwDeviceExtension,
  14. PVIDEO_REQUEST_PACKET RequestPacket
  15. );
  16. ULONG
  17. DriverEntry (
  18. PVOID Context1,
  19. PVOID Context2
  20. );