Description
Use this callback to free any instance-specific data for your display callback or display pass.
Applies To
Syntax
// C++
void <xgs_plugin-item_name>_TermInstance(
CRef in_context,
LPVOID *in_pUserData
) {
...
}<xgs_plugin-item_name> is the name specified in the call to RegisterDisplayCallback or RegisterDisplayPass , with any spaces removed.
Parameters
|
Parameter |
Type |
Description |
|
in_context |
A reference to a GraphicSequencerContext object. |
|
|
in_pUserData |
LPVOID |
Pointer to user data |
See Also
Autodesk Softimage v7.5