SECURITY_ATTRIBUTES.nLength 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此结构的大小(以字节为单位)。 将此值设置为此结构的大小。
public: System::UInt32 nLength;
public: unsigned int nLength;
unsigned int nLength;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.DWORD")]
public uint nLength;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.DWORD")>]
val mutable nLength : uint32
Public nLength As UInteger
字段值
- 属性