Framework.TrueIntPtr Field (TrueIntPtr)
Retrieves the Boolean value of true as a System.IntPtr
.
Visual Basic Public TrueIntPtr As IntPtr C# public IntPtr TrueIntPtr;
C++ public: IntPtr TrueIntPtr;
JScript public var TrueIntPtr : IntPtr
System.IntPtr
This field is read-only.
The Boolean value of true as a System.IntPtr.
This value is used as a return value for certain message handling events, which return the type System.IntPtr
.
Show: