C-DEngine 5.105

IBaseEngine..::..GetPluginResource Method (TheRequestData)

Returns a stream for the requested Resource and inserts it into TheRequestData. If TheRequestData contains a SessionState and its LCID is not zero, the function tries to load it first from the /ClientBin/{LCID}/... branch This function also sets the MimeType and the StatePush variable. The Resource Name is case insensitive

Namespace:  nsCDEngine.Engines
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


bool GetPluginResource(
	TheRequestData pName
)
Function GetPluginResource ( _
	pName As TheRequestData _
) As Boolean
bool^ GetPluginResource(
	TheRequestData^ pName
)

Return Value

True if the resource was found