IRpcOptions.Query 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.
Overloads
Query(Object, UInt32, IntPtr) | |
Query(Object, UInt32, UInt32) |
Query(Object, UInt32, IntPtr)
public:
void Query(System::Object ^ pPrx, System::UInt32 dwProperty, [Runtime::InteropServices::Out] IntPtr % pdwValue);
public void Query (object pPrx, uint dwProperty, out IntPtr pdwValue);
abstract member Query : obj * uint32 * nativeint -> unit
Public Sub Query (pPrx As Object, dwProperty As UInteger, ByRef pdwValue As IntPtr)
Parameters
- pPrx
- Object
- dwProperty
- UInt32
- pdwValue
-
IntPtr
nativeint
Applies to
Query(Object, UInt32, UInt32)
public:
void Query(System::Object ^ pPrx, System::UInt32 dwProperty, [Runtime::InteropServices::Out] System::UInt32 % pdwValue);
public void Query (object pPrx, uint dwProperty, out uint pdwValue);
abstract member Query : obj * uint32 * uint32 -> unit
Public Sub Query (pPrx As Object, dwProperty As UInteger, ByRef pdwValue As UInteger)
Parameters
- pPrx
- Object
- dwProperty
- UInt32
- pdwValue
- UInt32