Home  /  Autodocs  /  ListBrowser.gadget

NAME

FreeListBrowserNode
Free a ListBrowser node.

SYNOPSIS

VOID FreeListBrowserNode(struct Node *)
FreeListBrowserNode(node)

FUNCTION

Frees a ListBrowser node allocated with the AllocListBrowserNodeA() function.

INPUTS

node
Pointer to the node to free. Safe to call with a NULL pointer. (V47)

SEE ALSO

AllocListBrowserNodeA()