NWDPObjectIdentifier

Encapsulates an OID


Structure

typedef struct  
{
nuint oidStructSize;
pNWDPOid oidStructPtr;
} NWDPObjectIdentifier, N_FAR *pNWDPObjectIdentifier;


Header File

nwdp_att.h


Fields

oidStructSize

Specifies the number of bytes of NWDPOid pointed to by oidStructPtr.


oidStructPtr

Points to NWDPOid containing the binary image of an Abstract Syntax Notation One (ASN1-ISO8824:1990) object identifier.