NWDPOctetString

Contains a string of bytes and the count of those bytes


Structure

typedef struct {  
nuint itemCount;
pnint8 itemPtr;
} NWDPOctetString, N_FAR *pNWDPOctetString;


Header File

nwdp_att.h


Fields

itemCount

Specifies the number of elements in the array.


itemPtr

Points to the first array element.