IObexDevice::SetPassword (Compact 2013)

3/26/2014

This method sets the password used by the client for authentication. When a client requests a connection or issues a command, the server may ask for this password.

Syntax

HRESULT SetPassword(
  LPCWSTR pszPassword
);

Parameters

  • pszPassword
    [in] Password to use for authentication.

Return Value

The appropriate HResult is returned.

Requirements

Header

obex.h,
obex.idl

Library

uuid.lib

See Also

Reference

IObexDevice
OBEX Interfaces