IDebugModOpt.GetModOpts(UInt32, String[], 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 GetModOpts(System::UInt32 celt, cli::array <System::String ^> ^ rgelt, [Runtime::InteropServices::Out] System::UInt32 % pceltFetched);
public int GetModOpts(uint celt, string[] rgelt, out uint pceltFetched);
abstract member GetModOpts : uint32 * string[] * uint32 -> int
Public Function GetModOpts (celt As UInteger, rgelt As String(), ByRef pceltFetched As UInteger) As Integer
Parameters
- celt
- UInt32
- rgelt
- String[]
- pceltFetched
- UInt32