gobj_priv_data()

gobj_priv_data()#

Returns a pointer to the private data of the given hgobj.

Prototype

void *gobj_priv_data(hgobj gobj);

Parameters

Key

Type

Description

gobj

hgobj

The hgobj instance whose private data is to be retrieved.


Return Value

A pointer to the private data associated with the given hgobj.

Notes

The returned pointer provides direct access to the private data structure of the hgobj. Ensure that the hgobj is valid before accessing its private data.

Prototype

// Not applicable in JS

Prototype

# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples