IDebugProcessQueryProperties.QueryProperties 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 QueryProperties(System::UInt32 celt, cli::array <System::UInt32> ^ rgdwPropTypes, cli::array <System::Object ^> ^ rgtPropValues);
public int QueryProperties(uint celt, uint[] rgdwPropTypes, object[] rgtPropValues);
abstract member QueryProperties : uint32 * uint32[] * obj[] -> int
Public Function QueryProperties (celt As UInteger, rgdwPropTypes As UInteger(), rgtPropValues As Object()) As Integer
Parameters
- celt
- UInt32
- rgdwPropTypes
- UInt32[]
- rgtPropValues
- Object[]