in_node_get_guid

Gets the GUID of a node.

version(IN_DYNLIB)
export extern (C) @nogc
const(in_guid_t)*
in_node_get_guid

Parameters

self in_node_t*

The node to operate on.

Return Value

Type: const(in_guid_t)*

A pointer to node-owned GUID data, null on failure.

Meta