IUIHostLocale2::MungeDialogFont Method (UInt32, array<Byte>^, IntPtr)
Visual Studio 2015
Indicates the dialog box template to use.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
int MungeDialogFont( unsigned int dwSize, array<unsigned char>^ pDlgTemplate, [OutAttribute] IntPtr% ppDlgTemplateOut )
Parameters
- dwSize
-
Type:
System::UInt32
[in] Dialog box font size.
- pDlgTemplate
-
Type:
array<System::Byte>^
[in, size_is(dwSize)] Font size passed in with dwSize.
- ppDlgTemplateOut
-
Type:
System::IntPtr
[out] Pointer to the processed dialog box template.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From uilocale.idl:
HRESULT IUIHostLocale2::MungeDialogFont( [in] DWORD dwSize, [in, size_is(dwSize)] const BYTE *pDlgTemplate, [out] BYTE **ppDlgTemplateOut );
Show: