Asks for a temporary file path for VAPI to use. This is a parameter of the VAPINM_INIT
notification message.
#include <kvvapi.h> VAPINM_INIT = uMsg; VAPINMWP_INIT_GETTEMPFILEPATH = wParam; char* lpstzTempFilePath = (char*) lParam;
Argument | Description |
---|---|
lpstzTempFilePath
|
A pointer to a Pascal string that returns the temporary file path string as a C string. |
Returns TRUE
if the lpstzTempFilePath
string was set; otherwise it returns FALSE
.
This message is received when VAPI converts an I/O object to a file during a Save As operation. If the temporary file path is not set, VAPI creates one.
_FT_HTML5_bannerTitle.htm