IDebugProgramEngines2.EnumPossibleEngines(UInt32, 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 EnumPossibleEngines(System::UInt32 celtBuffer, cli::array <Guid> ^ rgguidEngines, [Runtime::InteropServices::Out] System::UInt32 % pceltEngines);
public int EnumPossibleEngines(uint celtBuffer, Guid[] rgguidEngines, out uint pceltEngines);
abstract member EnumPossibleEngines : uint32 * Guid[] * uint32 -> int
Public Function EnumPossibleEngines (celtBuffer As UInteger, rgguidEngines As Guid(), ByRef pceltEngines As UInteger) As Integer
Parameters
- celtBuffer
- UInt32
- rgguidEngines
- Guid[]
- pceltEngines
- UInt32