Function NnetObjTyp() Foundation

Retrieves the type of a bindery object from its ID.

Syntax
NnetObjTyp( <nObjectID>               , ;
            [<cFileServer|nConnectID>]  ;  // Default: NnetSname()
          ) --> nObjectType
Return

Returns the type of a bindery object as a numeric value or 0 in case of an error. #define constants found in XBTNETW.CH can be used to identify the object's type (constants OBJ_*).

Description

<nObjectID> is a numeric value assigned to the bindery object by the file server when the object is created.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.