Share via


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

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

OBJTYPEINFO

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.