Click or drag to resize

CefResourceBundleGetDataResource Method

Retrieves the contents of the specified scale independent |resource_id|. If the value is found then |data| and |data_size| will be populated and this method will return true. If the value is not found then this method will return false. The returned |data| pointer will remain resident in memory and should not be freed. 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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool GetDataResource(
	int resourceId,
	out void* data,
	out UIntPtr dataSize
)

Parameters

resourceId  Int32
 
data  Void*
 
dataSize  UIntPtr
 

Return Value

Boolean
See Also