VSConstants.VSCOOKIE_NIL 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.
Special value for a cookie (e.g. returned from IVsRunningDocumentTable.FindAndLockDocument): no cookie.
public: System::UInt32 VSCOOKIE_NIL = 0;
unsigned int VSCOOKIE_NIL = 0;
public const uint VSCOOKIE_NIL = 0;
val mutable VSCOOKIE_NIL : uint32
Public Const VSCOOKIE_NIL As UInteger = 0