IPB_Session interface:
GetProp method
Description
Retrieves a pointer to the data value of a variable that has
been registered as a shared property for the current IPB session.
Syntax
GetProp(LPCTSTR name)
Argument
|
Description
|
name
|
The name of the variable whose value
is to be retrieved.
|
Return Values
Void*. If the variable does not exist, returns null.
Examples
Usage
The variable's name must first be registered with
the session using the SetProp function.
See Also