LStrHandle FGetDefGroup(groupHandle);
Gets the LabVIEW default group for a file or directory.
Name | Type | Description |
---|---|---|
groupHandle | LStrHandle | Handle that represents the LabVIEW default group for a file or directory. If groupHandle is NULL, FGetDefGroup allocates a new handle and returns the default group in it. If groupHandle is a handle, FGetDefGroup returns it, and groupHandle resizes to hold the default group. |
The resulting LStrHandle. If groupHandle was not NULL, the return value is the same LStrHandle as groupHandle. If an error occurs, this function returns NULL.