Share via


SECURITY_ATTRIBUTES.nLength Field

The size, in bytes, of this structure. Set this value to the size of this structure.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Public nLength As UInteger
'Usage
Dim instance As SECURITY_ATTRIBUTES 
Dim value As UInteger 

value = instance.nLength 

instance.nLength = value
public uint nLength
public:
unsigned int nLength
public var nLength : uint

.NET Framework Security

See Also

Reference

SECURITY_ATTRIBUTES Structure

SECURITY_ATTRIBUTES Members

Microsoft.VisualStudio.OLE.Interop Namespace