dispIdMember
dispIdMember is a term used in the context of Component Object Model (COM) interoperability to refer to the dispatch identifier (DISP ID) assigned to a member of a COM-visible interface that supports IDispatch. The DISP ID is a numeric value that late-bound clients use to invoke methods or access properties at runtime without compile-time knowledge of the member names.
In COM, IDispatch-based binding relies on these identifiers rather than names. During type information generation (for
Usage and control: In environments like .NET, developers can explicitly control the dispatch ID of a member
Special and reserved DISPIDs: Some DISP IDs have reserved meanings for special members (for example default
See also: IDispatch, DispIdAttribute, Type Library, DISPID, TypeInfo.