Download FDK Programmer`s Reference

Transcript
1
Function Summary
Hash tables
To
Use this function
Add an entry to a hash table
F_HashSet()
Call a specified function with the key and
datum of each entry in a hash table
F_HashEnumerate()
Create a hash table
F_HashCreate()
Delete a hash table and all its entries
F_HashDestroy()
Get an entry from a hash table
F_HashGet()
Remove an entry from a hash table
F_HashRemove()
Create a hash table
F_HashReportOnData()
Hypertext
To
Use this function
Execute a hypertext command
F_ApiHypertextCommand()
I/O
42
To
Use this function
Append the contents of one channel to another
F_ChannelAppend()
Close a channel
F_ChannelClose()
Close a temporary channel
F_ChannelCloseTmp()
Create a temporary channel
F_ChannelMakeTmp()
Determine whether the end of a channel has been read
F_ChannelEof()
Flush buffered output to a channel
F_ChannelFlush()
Get the size of a channel
F_ChannelSize()
Get the byte after the current position in a channel
F_ChannelPeek()
Get the offset of the current byte relative to the
beginning of an input channel
F_ChannelTell()
Open a channel
F_ChannelOpen()
FDK Programmer’s Reference