VAPINMWP_INIT_GETTEMPFILEPATH

Asks for a temporary file path for VAPI to use. This is a parameter of the VAPINM_INIT notification message.

Syntax

#include <kvvapi.h>
VAPINM_INIT = uMsg;
VAPINMWP_INIT_GETTEMPFILEPATH = wParam;
char* lpstzTempFilePath = (char*) lParam;

Arguments

Argument Description
lpstzTempFilePath A pointer to a Pascal string that returns the temporary file path string as a C string.

Returns

Returns TRUE if the lpstzTempFilePath string was set; otherwise it returns FALSE.

Discussion

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.