IVRResources

Members

Functions

GetResourceFullPath
uint GetResourceFullPath(const(char)* pchResourceName, const(char)* pchResourceTypeDirectory, char* pchPathBuffer, uint unBufferLen)

Provides the full path to the specified resource. Resource names can include named directories for drivers and other things, and this resolves all of those and returns the actual physical path. pchResourceTypeDirectory is the subdirectory of resources to look in.

LoadSharedResource
uint LoadSharedResource(const(char)* pchResourceName, char* pchBuffer, uint unBufferLen)

Loads the specified resource into the provided buffer if large enough. Returns the size in bytes of the buffer required to hold the specified resource.

Meta