Share via


PFINDOBJECTS

PFINDOBJECTS is a type-defined reference to the Windows CE FindObjects function that supports synchronization of database volumes.

Syntax

typedef HRESULT (*PFINDOBJECTS)(
  PFINDOBJINFO pInfo
);

Parameters

Return Values

This function returns the standard values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, and E_FAIL, as well as the following:

  • S_OK
    The function completed successfully.

Requirements

Pocket PC: Windows Mobile 2000 and later
OS Versions: Windows CE 3.0 and later
Header: cesync.h
Library: None

See Also

ActiveSync API Functions

FINDOBJINFO

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.