IRAPIDevice::CreateSession

Send Feedback

This method creates an IRAPISession object that allows the desktop application to perform actions on the remote device.

HRESULT CreateSession(
  IRAPISession** ppISession
);

Parameters

  • ppISession
    [out] A reference to the created IRAPISession object.

Return Values

NOERROR indicates success. An error code indicates failure.

Remarks

The IRAPISession interface methods provide the functionality that was included in the original Remote API (RAPI) interface, but with a more efficient and reliable underlying architecture. For more information, see IRAPISession::IUnknown.

Requirements

OS Versions: Windows CE 5.01 and later.
Header: Rapi2.h.
Link Library: Ole32.lib, Rapiuuid.lib.

See Also

IRAPIDevice::IUnknown | IRAPISession::IUnknown

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.