Share via


IObexDevice::SetPassword

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.

HRESULT SetPassword(
  LPCWSTR pszPassword
);

Parameters

  • pszPassword
    [in] Password to use for authentication.

Return Values

The appropriate HResult is returned.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Obex.h, Obex.idl.
Link Library: Uuid.lib.

See Also

IObexDevice | OBEX Interfaces

 Last updated on Friday, April 09, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.