'宣言 Public Sub ReadFileFragment( _ ByRef fragmentStart As System.IntPtr, _ ByVal fileOffset As System.Long, _ ByVal fragmentSize As System.Long, _ ByRef fragmentContext As System.IntPtr _ )
public void ReadFileFragment( out System.IntPtr fragmentStart, System.long fileOffset, System.long fragmentSize, out System.IntPtr fragmentContext )
パラメータ
- fragmentStart
- When this method returns, contains an address of a reference to the start of the font file fragment. This parameter is passed uninitialized.
- fileOffset
- The offset of the fragment, in bytes, from the beginning of the font file.
- fragmentSize
- The size of the file fragment, in bytes.
- fragmentContext
- When this method returns, contains the address of
戻り値の型
a reference to a reference to the client-defined context to be passed to {{ReleaseFileFragment}}.