ITypeInfo.RemoteGetFuncDesc(UInt32, IntPtr, 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.
Microsoft internal use only.
public:
void RemoteGetFuncDesc(System::UInt32 index, IntPtr ppFuncDesc, [Runtime::InteropServices::Out] System::UInt32 % pDummy);
public void RemoteGetFuncDesc (uint index, IntPtr ppFuncDesc, out uint pDummy);
abstract member RemoteGetFuncDesc : uint32 * nativeint * uint32 -> unit
Public Sub RemoteGetFuncDesc (index As UInteger, ppFuncDesc As IntPtr, ByRef pDummy As UInteger)
Parameters
- index
- UInt32
- ppFuncDesc
-
IntPtr
nativeint
- pDummy
- UInt32