cwbUN_GetListObject

Purpose

Get a pointer to the object associated with the specified list object name.

Syntax

CWBAPI unsigned int WINAPI cwbUN_GetListObject(
    const char * szFileName,
    LPVOID *pListObject
    );

Parameters

const char * szFileName - input
The Unity object name from which the object pointer will be found and returned.
LPVOID pListObject - output
Address of a pointer to the request Unity object.

Return Codes

The following list shows common return values:

CWB_OK
Successful completion.

Usage

None