C# Class Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Smb2.CREATE_CONTEXT

The SMB2_CREATE_CONTEXT structure is used by the SMB2 CREATE Request and the SMB2 CREATE Response to encode additional flags and attributes: in requests to specify how the CREATE request MUST be processed, and in responses to specify how the CREATE request was in fact processed.There is no required ordering when multiple create context structures are used. The server MUST support receiving the contexts in any order.Each structure takes the following form:
Show file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples