IDebugSettingsCallback2.EnumEEs(UInt32, Guid[], Guid[], UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int EnumEEs(System::UInt32 celtBuffer, cli::array <Guid> ^ rgguidLang, cli::array <Guid> ^ rgguidVendor, [Runtime::InteropServices::Out] System::UInt32 % pceltEEs);
public int EnumEEs(uint celtBuffer, Guid[] rgguidLang, Guid[] rgguidVendor, out uint pceltEEs);
abstract member EnumEEs : uint32 * Guid[] * Guid[] * uint32 -> int
Public Function EnumEEs (celtBuffer As UInteger, rgguidLang As Guid(), rgguidVendor As Guid(), ByRef pceltEEs As UInteger) As Integer
Parameters
- celtBuffer
- UInt32
- rgguidLang
- Guid[]
- rgguidVendor
- Guid[]
- pceltEEs
- UInt32