1 write to vt
WindowsBase (1)
Shared\MS\Win32\NativeMethodsCLR.cs (1)
4577this.vt = (int)tagVT.VT_EMPTY;
7 references to vt
WindowsBase (7)
Shared\MS\Win32\NativeMethodsCLR.cs (7)
4558return 0 != (vt & (int)tagVT.VT_BYREF); 4568if ((this.vt == (int)tagVT.VT_UNKNOWN || this.vt == (int)tagVT.VT_DISPATCH) && this.data1.Value != IntPtr.Zero) { 4572if (this.vt == (int)tagVT.VT_BSTR && this.data1.Value != IntPtr.Zero) { 4703Marshal.WriteInt16(mem, vt); 4720int vtType = (int)(this.vt & (short)tagVT.VT_TYPEMASK); 4776if (vt == (int)tagVT.VT_I8) {