IUIHostLocale2.MungeDialogFont(UInt32, Byte[], IntPtr) Method

Definition

Indicates the dialog box template to use.

public:
 int MungeDialogFont(System::UInt32 dwSize, cli::array <System::Byte> ^ pDlgTemplate, [Runtime::InteropServices::Out] IntPtr % ppDlgTemplateOut);
public int MungeDialogFont (uint dwSize, byte[] pDlgTemplate, out IntPtr ppDlgTemplateOut);
abstract member MungeDialogFont : uint32 * byte[] * nativeint -> int
Public Function MungeDialogFont (dwSize As UInteger, pDlgTemplate As Byte(), ByRef ppDlgTemplateOut As IntPtr) As Integer

Parameters

dwSize
UInt32

[in] Dialog box font size.

pDlgTemplate
Byte[]

[in, size_is(dwSize)] Font size passed in with dwSize.

ppDlgTemplateOut
IntPtr

nativeint

[out] Pointer to the processed dialog box template.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From uilocale.idl:

HRESULT IUIHostLocale2::MungeDialogFont(  
   [in] DWORD dwSize,  
   [in, size_is(dwSize)] const BYTE *pDlgTemplate,  
   [out] BYTE **ppDlgTemplateOut  
);  

Applies to