FBadRglpNameID

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Validates an array of structures that describe named properties and verifies their allocation.

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 MAPINAMEID structures describing the named properties.

  • cNames
    [in] Count of named property structures in the array pointed to by the lppNameId parameter.

Return Value

  • TRUE
    One or more of the specified property name structures is invalid.

  • FALSE
    The specified property name structures are all valid.

Remarks

The FBadRglpNameID function can be used when setting up for a call to IMAPIProp::GetIDsFromNames or IMAPIProp::GetNamesFromIDs.