ReactOS 0.4.16-dev-1025-gd3456f5
PS_Table_FuncsRec_ Struct Reference

#include <psaux.h>

Collaboration diagram for PS_Table_FuncsRec_:

Public Attributes

FT_Error(* init )(PS_Table table, FT_Int count, FT_Memory memory)
 
void(* done )(PS_Table table)
 
FT_Error(* add )(PS_Table table, FT_Int idx, void *object, FT_UInt length)
 
void(* release )(PS_Table table)
 

Detailed Description

Definition at line 88 of file psaux.h.

Member Data Documentation

◆ add

FT_Error(* PS_Table_FuncsRec_::add) (PS_Table table, FT_Int idx, void *object, FT_UInt length)

Definition at line 98 of file psaux.h.

◆ done

void(* PS_Table_FuncsRec_::done) (PS_Table table)

Definition at line 95 of file psaux.h.

◆ init

FT_Error(* PS_Table_FuncsRec_::init) (PS_Table table, FT_Int count, FT_Memory memory)

◆ release

void(* PS_Table_FuncsRec_::release) (PS_Table table)

Definition at line 104 of file psaux.h.


The documentation for this struct was generated from the following file: