1 instantiation of CADWORD
System.Windows.Forms.Primitives.Tests (1)
Interop\Ole32\CADWORDTests.cs (1)
35CADWORD ca = new()
18 references to CADWORD
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxPropertyDescriptor.cs (1)
296CADWORD caCookies = default;
System\Windows\Forms\ComponentModel\COM2Interop\COM2IPerPropertyBrowsingHandler.cs (1)
106CADWORD caCookies = default;
System.Windows.Forms.Primitives (11)
Windows.Win32.IPerPropertyBrowsing.g.cs (8)
133 /// <inheritdoc cref="GetPredefinedStrings(int, winmdroot.System.Ole.CALPOLESTR*, winmdroot.System.Ole.CADWORD*)"/> 134 internal unsafe winmdroot.Foundation.HRESULT GetPredefinedStrings(int dispID, out winmdroot.System.Ole.CALPOLESTR pCaStringsOut, out winmdroot.System.Ole.CADWORD pCaCookiesOut) 136 fixed (winmdroot.System.Ole.CADWORD* pCaCookiesOutLocal = &pCaCookiesOut) 149 private static winmdroot.Foundation.HRESULT GetPredefinedStrings(IPerPropertyBrowsing* pThis, int dispID, winmdroot.System.Ole.CALPOLESTR* pCaStringsOut, winmdroot.System.Ole.CADWORD* pCaCookiesOut) 180 public unsafe winmdroot.Foundation.HRESULT GetPredefinedStrings(int dispID, winmdroot.System.Ole.CALPOLESTR* pCaStringsOut, winmdroot.System.Ole.CADWORD* pCaCookiesOut) 182 return ((delegate *unmanaged [Stdcall]<IPerPropertyBrowsing*,int ,winmdroot.System.Ole.CALPOLESTR* ,winmdroot.System.Ole.CADWORD* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IPerPropertyBrowsing*)Unsafe.AsPointer(ref this), dispID, pCaStringsOut, pCaCookiesOut); 263 internal delegate *unmanaged [Stdcall]<IPerPropertyBrowsing*,int ,winmdroot.System.Ole.CALPOLESTR* ,winmdroot.System.Ole.CADWORD* ,winmdroot.Foundation.HRESULT> GetPredefinedStrings_6; 301 unsafe winmdroot.Foundation.HRESULT GetPredefinedStrings(int dispID, winmdroot.System.Ole.CALPOLESTR* pCaStringsOut, winmdroot.System.Ole.CADWORD* pCaCookiesOut);
Windows.Win32.System_Ole_IPerPropertyBrowsing_Extensions.g.cs (3)
33 /// <inheritdoc cref="winmdroot.System.Ole.IPerPropertyBrowsing.Interface.GetPredefinedStrings(int, winmdroot.System.Ole.CALPOLESTR*, winmdroot.System.Ole.CADWORD*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT GetPredefinedStrings(this winmdroot.System.Ole.IPerPropertyBrowsing.Interface @this, int dispID, out winmdroot.System.Ole.CALPOLESTR pCaStringsOut, out winmdroot.System.Ole.CADWORD pCaCookiesOut) 36 fixed (winmdroot.System.Ole.CADWORD* pCaCookiesOutLocal = &pCaCookiesOut)
System.Windows.Forms.Primitives.Tests (5)
Interop\Ole32\CADWORDTests.cs (5)
14CADWORD ca = CreateIntVector(2020); 24CADWORD ca = default; 30private static CADWORD CreateIntVector(params uint[] values) 33private static unsafe CADWORD CreateIntVector(IList<IntPtr>? allocations, params uint[] values) 35CADWORD ca = new()