IRDPSRAPIApplication::Shared property

The sharing state.

This property is read/write.

Syntax


HRESULT put_Shared(
  [in]  VARIANT_BOOL NewVal
);

HRESULT get_Shared(
  [out] VARIANT_BOOL *pRetVal
);

Property value

The new sharing status: TRUE if the object should be shared and FALSE otherwise.

Error codes

If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code. The following is a possible value.

E_NOTIMPL

At attempt was made to call this method on the viewer side.

Requirements

Minimum supported client

Windows Vista [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2008 [desktop apps | Windows Store apps]

Header

RdpEncomAPI.h

IDL

RdpEncomAPI.idl

Type library

RdpEncomAPI.tlb

DLL

RdpEncom.dll

See also

IRDPSRAPIApplication

 

 

Show: