IBinding.GetBindResult(Guid, 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.
public:
void GetBindResult([Runtime::InteropServices::Out] Guid % pclsidProtocol, [Runtime::InteropServices::Out] System::UInt32 % pdwResult, IntPtr pszResult, System::UInt32 dwReserved);
public void GetBindResult (out Guid pclsidProtocol, out uint pdwResult, IntPtr pszResult, uint dwReserved);
abstract member GetBindResult : Guid * uint32 * nativeint * uint32 -> unit
Public Sub GetBindResult (ByRef pclsidProtocol As Guid, ByRef pdwResult As UInteger, pszResult As IntPtr, dwReserved As UInteger)
Parameters
- pclsidProtocol
- Guid
- pdwResult
- UInt32
- pszResult
-
IntPtr
nativeint
- dwReserved
- UInt32