gobj_is_service()

gobj_is_service()#

Checks if the given hgobj is marked as a service. A service object is an interface available for external access.

Prototype

BOOL gobj_is_service(hgobj gobj);

Parameters

Key

Type

Description

gobj

hgobj

The object to check.


Return Value

Returns TRUE if the object is a service, otherwise returns FALSE.

Notes

A service object is identified by the gobj_flag_service flag.

Prototype

// Not applicable in JS

Prototype

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