ReactOS 0.4.15-dev-7918-g2a2556c
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 84 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 94 of file psaux.h.

◆ done

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

Definition at line 91 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 100 of file psaux.h.


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