PGETOBJTYPEINFO

PGETOBJTYPEINFO is a type-defined reference to the Windows CE GetObjTypeInfo function that retrieves device information about the object type.

Syntax

typedef BOOL (*PGETOBJTYPEINFO)(
  POBJTYPEINFO pInfo
);

Parameters

  • pInfo
    Reference to an OBJTYPEINFO structure that is used to store information about an object type.

Return Values

Returns TRUE if it is completed successfully; otherwise, FALSE.

Requirements

Smartphone: Windows Mobile 2002 and later
OS Versions: Windows CE 3.0 and later
Header: cesync.h
Library: None

See Also

ActiveSync API Functions

OBJTYPEINFO

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.