IUIHostLocale3.MungeDialogFont(UInt32, Byte, IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int MungeDialogFont(System::UInt32 dwSize, System::Byte % pDlgTemplate, [Runtime::InteropServices::Out] IntPtr % ppDlgTemplateOut);
public int MungeDialogFont (uint dwSize, ref byte pDlgTemplate, out IntPtr ppDlgTemplateOut);
abstract member MungeDialogFont : uint32 * byte * nativeint -> int
Public Function MungeDialogFont (dwSize As UInteger, ByRef pDlgTemplate As Byte, ByRef ppDlgTemplateOut As IntPtr) As Integer
Parameters
- dwSize
- UInt32
- pDlgTemplate
- Byte
- ppDlgTemplateOut
-
IntPtr
nativeint
Returns
Remarks
This method is safe to access from any thread.