1 implementation of get_hPal
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\COM2PictureConverterTests.cs (1)
201
public HRESULT
get_hPal
(OLE_HANDLE* phPal) => HRESULT.S_OK;
3 references to get_hPal
System.Private.Windows.Core (3)
Windows.Win32.IPicture.g.cs (1)
122
return __object.
get_hPal
(phPal);
Windows.Win32.System_Ole_IPicture_Extensions.g.cs (2)
33
/// <inheritdoc cref="winmdroot.System.Ole.IPicture.Interface.
get_hPal
(winmdroot.System.Ole.OLE_HANDLE*)"/>
38
winmdroot.Foundation.HRESULT __result = @this.
get_hPal
(phPalLocal);