NWGetObjectNamesNextA
Retrieves tree or server names as ASCII strings
#include <nwbindry.h)
NWCCODE NWGetObjectNamesNextA (
nuint32 luHandle,
pnuint32 pluLenBuffer,
pstr8 strBuffer);
uses calwin32
Function NWGetObjectNamesNextA(
luHandle : nuint32;
Var pluLenBuffer : nuint32;
strBuffer : pnstr8
) : NWCCODE; stdcall;
Returns zero on success. The most common return values on failure include the following:
NWGetObjectNamesNextA iteratively returns alphabetically ordered names in ASCII format, one name at a time, until NO_MORE_ENTRIES is returned.
NWGetObjectNamesBeginA must be called before you call NWGetObjectNamesNextA the first time.
The luObjectType parameter of NWGetObjectNamesBeginA determines whether NWGetObjectNamesNextA returns tree names or server names.