FBadRglpNameID 

The FBadRglpNameID function validates an array of pointers that specify name identifier structures and verifies their allocation.

 

Note  This function may not be supported in future versions of MAPI.

 

Quick Info

Header file:

MAPIVAL.H

Implemented by:

MAPI

Called by:

Service providers

 

BOOL FBadRglpNameID(

    LPMAPINAMEID FAR * lppNameId,

 

    ULONG cNames

 

   );

 

 

Parameters

lppNameId

[in] Pointer to an array of MAPINAMEID21GW98Z structures defining the name identifiers.

cNames

[in] Count of name identifiers in the array pointed to by the lppNameId parameter.

 

Return Values

TRUE

One or more of the specified name identifiers is invalid.

FALSE

The specified name identifiers are valid.

 

See Also

IMAPIProp::GetIDsFromNamesCCP4ZE, IMAPIProp::GetNamesFromIDsTH9ACB