FindObjects (Compact 7)

3/12/2014

This device module function is called to locate objects in the object store.

Syntax

HRESULT (*PFINDOBJECTS)(
  PFINDOBJINFO pInfo
);

Parameters

Return Value

The following table shows the possible return values.

Value Description

S_OK

The operation completed successfully.

E_INVALIDARG

The value of the pInfo parameter is invalid.

E_OUTOFMEMORY

Insufficient memory is available to complete the operation.

E_UNEXPECTED

An unexpected error occurred.

E_FAIL

The operation failed due to an unspecified error.

Requirements

Header

cesync.h

See Also

Reference

ActiveSync Functions