Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of mappen te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen om mappen te wijzigen.
Creates an enumerator for the type of each argument required to call the method.
Syntax
Parameters
ppParams
[out] Returns an IEnumDebugFields object representing the list of argument types. Returns a null value if there are no arguments.
Return Value
If successful, returns S_OK or returns S_FALSE if there are no arguments. Otherwise, returns an error code.
Remarks
Each element is an IDebugField object representing the types of each parameter. Call the GetInfo method to retrieve information about the type of each parameter.
If the name of the parameter is needed along with the type, then call the EnumParameters method.