[]
public static extern uint GetFontData(IntPtr hDC, int dwTable, int dwOffset, byte[] buffer, int cbData)
Public Shared Function GetFontData(hDC As IntPtr, dwTable As Integer, dwOffset As Integer, buffer As Byte(), cbData As Integer) As UInteger
| Type | Name | Description |
|---|---|---|
| IntPtr | hDC | |
| int | dwTable | |
| int | dwOffset | |
| byte[] | buffer | |
| int | cbData |
| Type | Description |
|---|---|
| uint |