Click or drag to resize

CefResourceBundleHandlerGetDataResource Method

Called to retrieve data for the specified scale independent |resource_id|. To provide the resource data set |data| and |data_size| to the data pointer and size respectively and return true. To use the default resource data return false. The resource data will not be copied and must remain resident in memory. Include cef_pack_resources.h for a listing of valid resource ID values.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual bool GetDataResource(
	int resourceId,
	out void* data,
	out UIntPtr dataSize
)

Parameters

resourceId
Type: SystemInt32
data
Type: SystemVoid*
dataSize
Type: SystemUIntPtr

Return Value

Type: Boolean
See Also