IUIHostLocale2::MungeDialogFont Method (UInt32, array<Byte>^, IntPtr)

 

Indicates the dialog box template to use.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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::Int32

If 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
);
Return to top
Show: