Encapsulates an OID
typedef struct
{
nuint oidStructSize;
pNWDPOid oidStructPtr;
} NWDPObjectIdentifier, N_FAR *pNWDPObjectIdentifier;
nwdp_att.h
Specifies the number of bytes of NWDPOid pointed to by oidStructPtr.
Points to NWDPOid containing the binary image of an Abstract Syntax Notation One (ASN1-ISO8824:1990) object identifier.