Type Prefixes for Pointers
┌──────────────────────────────────────────────────────────────┐
│ Type Prefixes for Pointers │
├─────────────────────────────────────┬───────────────┬────────┤
│ DATA TYPE │ DEFINITION │ PREFIX │
├─────────────────────────────────────┼───────────────┼────────┤
│ Pointer to CHAR │ CHAR * │ pch │
├─────────────────────────────────────┼───────────────┼────────┤
│ Pointer to string │ PSZ │ psz │
├─────────────────────────────────────┼───────────────┼────────┤
│ Pointer to function │ PFN, PFNWP │ pfn │
└─────────────────────────────────────┴───────────────┴────────┘
[Back: Type Prefixes for Variables]
[Next: Memory Management Functions]