13 references to CALPOLESTR
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxPropertyDescriptor.cs (1)
295CALPOLESTR caStrings = default;
System\Windows\Forms\ComponentModel\COM2Interop\COM2IPerPropertyBrowsingHandler.cs (1)
105CALPOLESTR caStrings = default;
System.Windows.Forms.Primitives (11)
_generated\218\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) 138 fixed (winmdroot.System.Ole.CALPOLESTR* pCaStringsOutLocal = &pCaStringsOut) 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);
_generated\512\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) 38 fixed (winmdroot.System.Ole.CALPOLESTR* pCaStringsOutLocal = &pCaStringsOut)