Nota
L'accesso a questa pagina richiede l'autorizzazione. Puoi provare ad accedere o a cambiare directory.
L'accesso a questa pagina richiede l'autorizzazione. Puoi provare a cambiare directory.
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.