High Availability Monitors Version A.03.02 Release Notes

NOF API Verbs (QUERY Verbs)
QUERY_DIRECTORY_ENTRY
Chapter 4 585
typedef struct directory_entry_summary
{
AP_UINT16 overlay_size; /* size of this entry */
unsigned char resource_name[17]; /* network qualified resource */
/* name */
unsigned char reserve1; /* reserved */
AP_UINT16 resource_type; /* Resource type */
description description; /* resource description */
} DIRECTORY_ENTRY_SUMMARY;
typedef struct directory_entry_detail
{
AP_UINT16 overlay_size; /* size of this entry */
unsigned char resource_name[17] /* network qualified res name */
unsigned char reserv1a; /* reserved */
AP_UINT16 resource_type; /* Resource type */
description description; /* resource description */
unsigned char parent_name[17]; /* Network qualified parent name */
unsigned char reserv1b; /* reserved */
AP_UINT16 parent_type; /* Parent resource type */
unsigned char entry_type; /* Type of the directory entry */
unsigned char location; /* Resource location */
unsigned char reserva[20] /* reserved */
{ DIRECTORY_ENTRY_DETAIL;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_QUERY_DIRECTORY_ENTRY
overlay_size
For compatability with future releases of SNAplus2,
your application must use this field to determine the
exact length of the overlay structure returned, and
should not rely on the use of the sizeof() function.
buf_ptr
A pointer to a data buffer that SNAplus2 will use to
return the requested information.
buf_size