Movie::CreateStringW

Movie::CreateStringW
void CreateStringW(Value* pvalue, const wchar_t* pstring);
Description

CreateStringW creates wide character strings that are managed by ActionScript runtime. The lifetime of the string creates is maintained by the runtime. If the runtime dies, then the Value is invalid. The Value must be released before destroying the movie.

Parameters
Parameters 
Description 
Value* pvalue 
Holder for the managed string. 
const wchar_t* pstring 
The string contents.