Download Function Reference Manual - DSP Development Corporation

Transcript
Dynamic Data Exchange (DDE)
DDEADVISE
DDEEXECUTE
DDEGETDATA
DDEGETLINK
DDEINITIATE
DDELINK
DDEPOKE
DDEREQUEST
DDESTATUS
DDETERMINATE
DDEUNADVISE
DDEUNLINK
Retrieve an item from a DDE conversation whenever the item
changes
Execute a command in another application
Retrieve a series item from a DDE conversation
Retrieve a DDE link name from the Clipboard
Begins a DDE Conversation
Retrieve an item from a DDE conversation whenever the item
changes
Send data to a DDE conversation in string form
Retrieve a string item from a DDE conversation
Report the error status of the last DDE operation
Terminate a DDE Conversation
End a previous DDEADVISE operation
End a previous DDELINK operation
File Manipulation
ANYFORMAT
FCLOSE
FCLOSEALL
FFLUSH
FGETS
FOPEN
FPRINTF
FPUTS
FREADA
FREADB
FSEEK
FSTAT
FTELL
FWRITEA
FWRITEB
PRINTF
SFORMAT
SPRINTF
SSCANF
xiv
Produce a formatted output string
Close a file
Close all open files
Flush a buffer to the file
Get a string from an open file
Open a file
Perform formatted output to a file
Put a string in an open file
Read ASCII data from an open file
Read binary data from an open file
Advance file pointer to specified byte in open file
Return selected information about a file
Return the byte of file pointer in open file
Write ASCII data to an open file
Write binary data to an open file
Perform formatted output to the screen
Format a list of strings
Produce an output string in the format of the C/C++ language
printf function
Convert an input string by applying a C/C++ style format
control string