次の方法で共有


SHITEMID (Windows CE 5.0)

Send Feedback

This structure defines an item identifier.

Syntax

typedef struct _SHITEMID {   USHORT cb;   BYTE abID[1];  } SHITEMID;

Members

  • cb
    Size of identifier, in bytes, including cb itself.
  • abID
    Variable-length item identifier.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Shtypes.h.

See Also

Standard Shell Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.