SAFEARRAY.cLocks Field

Definition

The number of times the array has been locked without a corresponding unlock.

public: System::UInt32 cLocks;
public: unsigned int cLocks;
unsigned int cLocks;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.ULONG")]
public uint cLocks;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.ULONG")>]
val mutable cLocks : uint32
Public cLocks As UInteger 

Field Value

Attributes

Applies to