Symantec WISESCRIPT EDITOR 7.0 SP2 - FOR WISE INSTALLATION EXPRESS V1.0 Installation Manual page 48

Hide thumbs Also See for WISESCRIPT EDITOR 7.0 SP2 - FOR WISE INSTALLATION EXPRESS V1.0:
Table of Contents

Advertisement

WiseScript
Corresponds to Win32
SDK type
short
SHORT
word
WORD
long
LONG, LRESULT, BOOL
dword
DWORD (Use this for any
parameter type that begins
with an "H" or ends with the
word "HANDLE," such as
HWND, HANDLE, HPEN,
HFONT, and LPHANDLE.)
string pointer
Use for any parameter that
ends in STR such as LPSTR
and LPTSTR.
short pointer
Pointer to SHORT or SHORT*
(use for PSHORT or LPSHORT)
word pointer
Pointer to WORD or WORD*
(use for PWORD or LPWORD)
long pointer
Pointer to LONG or LONG*
(use for PLONG or LPLONG)
dword pointer
Pointer to DWORD or
DWORD* (use for LPDWORD
or PDWORD)
string buffer
char [size]
WiseScript Editor Reference
To complete the dialog box
Parameter Type
Check the table below for alternate names for data types.
Note
If you are using the Win16 SDK, use word instead of dword for parameters that
start with H or end with HANDLE.
Buffer Length
If you set Parameter Type to string buffer, then this field is enabled. Enter the
number of string buffer characters. The limit is 446.
Passing type
Leave this set to Normal unless you are passing a complex structure to the .DLL. In
that case, select First element of structure for the first element in the structure,
Corresponds to
Description
Visual Basic
type
Integer
16-bit, signed integer data type
Integer
16-bit, unsigned integer data type
Long, Boolean
32-bit, signed integer data type
Long
32-bit, unsigned integer data type
Long
32-bit pointer to an ANSI character
type null terminated string
Long
32-bit pointer to a SHORT data type
(see SHORT for the reference to this
data type)
Long
32-bit pointer to a WORD data type
(see WORD for the reference to this
data type)
Long
32-bit pointer to a LONG data type
(see LONG for the reference to this
data type)
Long
32-bit pointer to a DWORD data type
(see DWORD for the reference to this
data type)
String
Use to place a character buffer of the
given size (number of characters)
into a structure. Use only with
structures.
WiseScript Actions
49

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the WISESCRIPT EDITOR 7.0 SP2 - FOR WISE INSTALLATION EXPRESS V1.0 and is the answer not in the manual?

Questions and answers

Table of Contents