Deletes a member by DISPID.

HRESULT DeleteMemberByDispID(
    DISPID id
);

Parameters

id

Member identifier. Uses GetDispID or GetNextDispID to obtain the dispatch identifier.

Expand imageReturn Value

Expand imageRemarks

Expand imageExample

Expand imageSee Also