![]() |
(SST) ShlWAPI.pas Version 1.08 |
---|---|
Developer Reference |
The LPCVOID type introduces a symbolic name for an untyped pointer. |
Scope |
---|
Global (i.e. variables of this type can be declared in any unit that uses/includes the unit in which it is defined/declared). |
Syntax |
---|
type LPCVOID = POINTER; |
Values |
---|
A variable of this type can be used to store and reference a 32-bit address. |
Remarks |
---|
LPCVOID variables generally point to/reference a constant or variable that should remain unmodified and/or are/should be, once intialized, excluded from further modifications themselves. |
The type is most frequently used to typify parameters passed to Windows, API functions. It is rarely used for the declaration of global or local variables. |
Requirements | |
---|---|
Unit | Declared in ShlWAPI.pas |
Library | ShlWAPI.dcu/ShlWAPI.obj |
Document/Contents version 1.00 Page/URI last updated on May 04, 2022 |
Copyright © Stoelzel Software Technologie (SST) 2010 - 2017 |
Suggestions and comments mail to: webmaster@stoelzelsoftwaretech.com |