Jump to content

Main public logs

Combined display of all available logs of EDM2. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 03:10, 3 May 2025 Martini talk contribs created page USEITEM (Created page with "Use-item data structure. The USEITEM structure is always followed by a type-specific structure that is indicated by the type field. == Type == struct == C Declaration Method== typedef struct == Example Code== <PRE> typedef struct _USEITEM { ULONG type; The type of this item.: struct _USEITEM *pNext; Next item in the Use list.: } USEITEM; typedef USEITEM * PUSEITEM ; </PRE> Category:WPS Data type")