SAFEARRAY.cLocks Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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