[]
        
(Showing Draft Content)

C1.Util.Win.Win32.AddFontMemResourceEx

AddFontMemResourceEx Method

AddFontMemResourceEx(nint, int, nint, ref int)

Declaration
public static extern nint AddFontMemResourceEx(nint data, int dataLength, nint pdv, ref int pcFonts)
Public Shared Function AddFontMemResourceEx(data As IntPtr, dataLength As Integer, pdv As IntPtr, ByRef pcFonts As Integer) As IntPtr
Parameters
Type Name Description
nint data
int dataLength
nint pdv
int pcFonts
Returns
Type Description
nint

AddFontMemResourceEx(byte[], int, nint, ref int)

Declaration
public static extern nint AddFontMemResourceEx(byte[] data, int dataLength, nint pdv, ref int pcFonts)
Public Shared Function AddFontMemResourceEx(data As Byte(), dataLength As Integer, pdv As IntPtr, ByRef pcFonts As Integer) As IntPtr
Parameters
Type Name Description
byte[] data
int dataLength
nint pdv
int pcFonts
Returns
Type Description
nint