'Declaration
Public Shared Function GetFontData( _ ByVal hdc As System.IntPtr, _ ByVal dwTable As System.UInteger, _ ByVal dwOffset As System.UInteger, _ ByVal lpvBuffer() As System.Byte, _ ByVal cbData As System.Integer _ ) As System.Integer
'Usage
Dim hdc As System.IntPtr Dim dwTable As System.UInteger Dim dwOffset As System.UInteger Dim lpvBuffer() As System.Byte Dim cbData As System.Integer Dim value As System.Integer value = NativeMethods.GetFontData(hdc, dwTable, dwOffset, lpvBuffer, cbData)
Parameters
- hdc
- dwTable
- dwOffset
- lpvBuffer
- cbData