2.3.8.1 MinimalEntryID
A Minimal Entry ID (MId) is a single DWORD value that identifies a specific object in the address book. MIds with values less than 0x00000010 are used by NSPI clients as signals to trigger specific behaviors in specific NSPI methods. Except in those places where the protocol defines a specific behavior for these MIds, the server MUST treat these MIds as MIds that do not specify an object in the address book. Specific values used in this way are defined in sections 2.2.8 and 2.2.9.
MIds are created and assigned by NSPI server. The algorithm used by a server to create a MId is not restricted by this protocol. A MId is valid only to servers that respond to a NspiBind (Section 3.1.4.1) with same server GUID as that used by the server that created the MId. It is not possible for a client to predict a MId.
This type is declared as follows:
-
typedef DWORD MinEntryID;