Edit

Share via


IDebugSettingsCallback2::EnumEEs

Enumerates the available expression evaluators given the language and vendor identifiers.

Syntax

public int EnumEEs(
   uint       celtBuffer,
   ref Guid   rgguidLang,
   ref Guid   rgguidVendor,
   ref uint[] pceltEEs
);

Parameters

celtBuffer
[in] Number of elements in the pceltEEs buffer.

rgguidLang
[in, out] Unique identifier for the programming language.

rgguidVendor
[in, out] Unique identifier for the vendor.

pceltEEs
[in, out] Array of expression evaluators.

Return Value

If successful, returns S_OK; otherwise, returns an error code.

See also