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.
 
 
 
 
 
 

17 lines
498 B

#include "ntddk.h"
#include "port.h"
//Port-Driver Data Structures
ADAPTER_EXTENSION AdapterExtension;
LOGICAL_UNIT_EXTENSION LogicalUnitExtension;
SCSI_REQUEST_BLOCK Srb;
COMMON_EXTENSION CommonExtension;
REMOVE_TRACKING_BLOCK RemoveTrackingBlock;
INTERRUPT_DATA InterruptData;
SRB_DATA SrbData;
PORT_CONFIGURATION_INFORMATION PortConfigInfo;
int __cdecl main() {
return 0;
}