nw::lyt::ArcResourceAccessor::GetResource Member Function

Syntax

virtual void * GetResource(
     ResType resType,
     const char* name,
     u32 * pSize = 0
);

Arguments

Name Description
resType The resource type.
name The resource name.
pSize A pointer to the variable that receives the resource size. Pass NULL when it is not necessary to receive the size.

Return Values

Returns a pointer to the start address of the resource. NULL is returned if the resource is not found.

Description

Gets the resource.

Revision History

2009/09/18
Initial version.

CONFIDENTIAL