Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates the available expression evaluators given the language and vendor identifiers.
HRESULT EnumEEs(
   DWORD  celtBuffer,
   GUID*  rgguidLang,
   GUID*  rgguidVendor,
   DWORD* pceltEEs
);
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.