Next Previous Up Top Contents Index

2 The Functional Developer Win32 API Libraries

2.4 Naming and mapping conventions

A Dylan application using the Win32 API will generally use the same API names as a C program would, with the following modifications for consistency with Dylan conventions.

2.4.1 - Simple naming conventions
2.4.2 - Mapping the null value
2.4.3 - Mapping C types onto Dylan classes
2.4.4 - Creating methods from Windows alias functions
2.4.5 - Mapping C structure fields onto Dylan slot names
2.4.6 - Handling return of multiple values

C FFI and Win 32 Reference - 31 MAR 2000

Next Previous Up Top Contents Index