TPVAPICreateParams
This structure defines the parameters used to create the VAPI window. A VAPI window is created using the standard Windows API functions CreateWindow()
or CreateWindowEx()
. See Create a Viewing API Window.
Syntax
#include <kvvapi.h> typedef struct tag_TPVAPICreateParams { UINT uProfileType; LPSTR lpszRegistryName; LPSTR lpszIniFileName; LPVOID lpvViewerCreateParams; BOOL bSendErrorNM; BOOL bToolBar; LPVOID* lplpvKeyView; } TPVAPICreateParams;
Members
|
Specifies whether initialization information is located in an initialization file or registry. This is optional. The following options are available:
The default is |
|
If you are using the registry file to specify initialization information, this is the registry name of key under |
|
If you are using an initialization file to specify initialization information, this is the file name (not the full path) of the initialization file. This is optional. The default is |
|
Viewer window create. This is optional. Use for custom Viewer. |
|
A flag to tell VAPI to send |
|
Reserved. This must be |
|
Reserved. This must be |