Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Structures, prefix the name with the module name and a period.
public STORAGE_PROTOCOL_TYPE ProtocolType;
public uint DataType; // The value will be protocol specific, as defined in STORAGE_PROTOCOL_NVME_DATA_TYPE or STORAGE_PROTOCOL_ATA_DATA_TYPE.
public uint ProtocolDataRequestValue;
public uint ProtocolDataRequestSubValue; // Data sub request value
public uint ProtocolDataOffset; // The offset of data buffer is from beginning of this data structure.
public uint ProtocolDataLength;
public uint FixedProtocolReturnData;
public uint ProtocolDataRequestSubValue2; // First additional data sub request value
public uint ProtocolDataRequestSubValue3; // Second additional data sub request value
public uint Reserved;
}
VB Definition:
Structure STORAGE_PROTOCOL_SPECIFIC_DATA
Public TODO
End Structure