[fpc-devel] declaration of GetCharacterPlacementW(

Martin fpc at mfriebe.de
Mon Oct 5 01:31:44 CEST 2020


function GetCharacterPlacementW(DC: HDC; p2: LPWSTR; p3, p4: BOOL; var 
p5: TGCPResults; p6: DWORD): DWORD; external 'gdi32' name 
'GetCharacterPlacementW';

Why are p3 and p4 Bool? They should be both int?

https://docs.microsoft.com/en-us/windows/win32/api/wingdi/nf-wingdi-getcharacterplacementw


More information about the fpc-devel mailing list