Known child units
|
Type Summary
|
Constants and Named Numbers
|
Other Items:
|
pragma Linker_Options ("-lwin32ada");
|
|
pragma Linker_Options ("-luser32");
|
|
pragma Linker_Options ("-lgdi32");
|
|
pragma Linker_Options ("-lcomdlg32");
|
|
type VOID is null record;
|
|
be converted to another pointer to be useful
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
type PCCH is access constant CHAR;
|
|
winnt.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
type PINT is access all INT;
|
|
windef.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
type LONGLONG is private;
|
|
64 bit signed integer
|
|
|
|
type DWORDLONG is private;
|
|
64 bit unsigned integer
|
|
|
|
|
|
|
|
|
|
|
|
|
function Addr (S : Wide_String) return PWSTR;
|
|
|
|
|
|
|
function Cat (Left, Right : String) return String;
|
|
function Cat (Left, Right : Wide_String) return Wide_String;
|
|
|
|
|
|
type Bits1 is range 0 .. 2**1-1;
for Bits1'Size use 1;
|
|
*******************************************
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private
|