51 references to tagVT
WindowsBase (51)
Shared\MS\Win32\NativeMethodsCLR.cs (51)
4558
return 0 != (vt & (int)
tagVT
.VT_BYREF);
4568
if ((this.vt == (int)
tagVT
.VT_UNKNOWN || this.vt == (int)
tagVT
.VT_DISPATCH) && this.data1.Value != IntPtr.Zero) {
4572
if (this.vt == (int)
tagVT
.VT_BSTR && this.data1.Value != IntPtr.Zero) {
4577
this.vt = (int)
tagVT
.VT_EMPTY;
4720
int vtType = (int)(this.vt & (short)
tagVT
.VT_TYPEMASK);
4723
case (int)
tagVT
.VT_EMPTY:
4725
case (int)
tagVT
.VT_NULL:
4728
case (int)
tagVT
.VT_I1:
4734
case (int)
tagVT
.VT_UI1:
4741
case (int)
tagVT
.VT_I2:
4747
case (int)
tagVT
.VT_UI2:
4753
case (int)
tagVT
.VT_I4:
4754
case (int)
tagVT
.VT_INT:
4760
case (int)
tagVT
.VT_UI4:
4761
case (int)
tagVT
.VT_UINT:
4767
case (int)
tagVT
.VT_I8:
4768
case (int)
tagVT
.VT_UI8:
4776
if (vt == (int)
tagVT
.VT_I8) {
4789
case (int)
tagVT
.VT_R4:
4790
case (int)
tagVT
.VT_R8:
4795
case (int)
tagVT
.VT_CY:
4799
case (int)
tagVT
.VT_DATE:
4802
case (int)
tagVT
.VT_BSTR:
4803
case (int)
tagVT
.VT_LPWSTR:
4806
case (int)
tagVT
.VT_LPSTR:
4809
case (int)
tagVT
.VT_DISPATCH:
4810
case (int)
tagVT
.VT_UNKNOWN:
4815
case (int)
tagVT
.VT_HRESULT:
4818
case (int)
tagVT
.VT_DECIMAL:
4822
case (int)
tagVT
.VT_BOOL:
4825
case (int)
tagVT
.VT_VARIANT:
4828
case (int)
tagVT
.VT_CLSID:
4833
case (int)
tagVT
.VT_FILETIME:
4837
case (int)
tagVT
.VT_ARRAY:
4841
case (int)
tagVT
.VT_USERDEFINED:
4842
case (int)
tagVT
.VT_VOID:
4843
case (int)
tagVT
.VT_PTR:
4844
case (int)
tagVT
.VT_SAFEARRAY:
4845
case (int)
tagVT
.VT_CARRAY:
4847
case (int)
tagVT
.VT_RECORD:
4848
case (int)
tagVT
.VT_BLOB:
4849
case (int)
tagVT
.VT_STREAM:
4850
case (int)
tagVT
.VT_STORAGE:
4851
case (int)
tagVT
.VT_STREAMED_OBJECT:
4852
case (int)
tagVT
.VT_STORED_OBJECT:
4853
case (int)
tagVT
.VT_BLOB_OBJECT:
4854
case (int)
tagVT
.VT_CF:
4855
case (int)
tagVT
.VT_BSTR_BLOB:
4856
case (int)
tagVT
.VT_VECTOR:
4857
case (int)
tagVT
.VT_BYREF: