Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Free Pascal
»
Windows
(Moderators:
FPK
,
Tomas Hajny
) »
WinAPI - examples - INDEX
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Starting a Detached Updat...
by
Thaddy
[
Today
at 07:31:28 am]
Sqlite tips leak dll usag...
by
Khrys
[
Today
at 07:22:48 am]
Listview how to custom or...
by
jenson
[
Today
at 05:51:18 am]
Hashids that you need but...
by
Thaddy
[
Today
at 05:43:26 am]
Starting a Detached Updat...
by
TheMouseAUS
[
Today
at 05:34:39 am]
How do you move a Procedu...
by
Aruna
[
Today
at 04:59:45 am]
Change button background ...
by
Joanna
[
Today
at 03:56:17 am]
LazSerial how validate ch...
by
eldonfsr
[
Today
at 03:40:21 am]
Interesting article on Qt...
by
dbannon
[
Today
at 03:22:46 am]
"Show Compiler Dialog"
by
JuhaManninen
[
Today
at 03:01:39 am]
An exception occurred whi...
by
dbannon
[
Today
at 02:49:12 am]
Game Music Emulator
by
Gigatron
[
Today
at 01:59:12 am]
Is there a better web-bro...
by
dsiders
[
Today
at 01:20:34 am]
Recommended way to build ...
by
carl_caulkett
[
Today
at 12:14:35 am]
Bitmap 16bit R5G6B5
by
wp
[
Today
at 12:09:15 am]
Incorrect FPC/Lazarus bui...
by
Seenkao
[September 16, 2024, 11:58:01 pm]
DBGRID | Picklist on fiel...
by
korba812
[September 16, 2024, 11:52:34 pm]
Problems with case statem...
by
carl_caulkett
[September 16, 2024, 11:28:40 pm]
Beginner can't debug a st...
by
mawg
[September 16, 2024, 10:53:24 pm]
[SOLVED] Copy the content...
by
Zoran
[September 16, 2024, 09:26:38 pm]
Reading tBitmap data is e...
by
jollytall
[September 16, 2024, 08:54:43 pm]
Broken Icon Display on ma...
by
lainz
[September 16, 2024, 07:53:29 pm]
Assigning result of a fun...
by
Thaddy
[September 16, 2024, 05:41:03 pm]
Regular expressions in In...
by
carl_caulkett
[September 16, 2024, 05:20:54 pm]
Gridprinter Newby
by
wp
[September 16, 2024, 05:05:28 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: WinAPI - examples - INDEX (Read 9584 times)
440bx
Hero Member
Posts: 4485
WinAPI - examples - INDEX
«
on:
January 22, 2021, 02:04:31 am »
Post 1
https://forum.lazarus.freepascal.org/index.php/topic,52810.msg390575.html#msg390575
without source code :
ExpandEnvironmentStrings
SetConsoleWindowInfo
ExtTextOut
(two (2) examples)
InvalidateRect
SelectClipRgn
with source code :
Windows Bitness
(the example in post 2 should be preferred over this one)
Windows Bitness
(by
@ASerge
- uses
IsWow64Process
and
IsWow64Process2
)
https://forum.lazarus.freepascal.org/index.php/topic,52810.msg390816.html#msg390816
Windows Bitness
(by
@PascalDragon
- uses
IsWow64Process
and
IsWow64Process2
)
https://forum.lazarus.freepascal.org/index.php/topic,52810.msg390947.html#msg390947
Post 2
https://forum.lazarus.freepascal.org/index.php/topic,52902.msg390865.html#msg390865
without source code :
GlobalCompact
GlobalFix
GlobalFlags
GlobalHandle
GlobalLock
GlobalReAlloc
GlobalSize
GlobalUnfix
GlobalUnlock
GlobalUnWire
GlobalWire
LocalAlloc
LocalCompact
LocalFlags
LocalFree
LocalHandle
LocalLock
LocalReAlloc
LocalShrink
LocalSize
LocalUnlock
GlobalAlloc
GlobalFree
no example for any of the above APIs will be given.
with source code :
GetTextExtentPoint
(use GetTextExtentPoint32 instead)
GetTextExtentPoint32
SetBkMode
SetTextAlign
TextOut
GetClientRect
is also an example of
CreatePen
SetCapture
ReleaseCapture
InvalidateRect
SelectObject
Rectangle
lstrcpy
lstrlen
DeleteObject
Windows Bitness
(this example should be preferred over the one in Post 1.)
Post 3
https://forum.lazarus.freepascal.org/index.php/topic,52973.msg391376.html#msg391376
without source code :
none
with source code :
DebugBreak
IsDebuggerPresent
QueryPerformanceCounter
QueryPerformanceFrequency
SetLastError
Sleep
Post 4
https://forum.lazarus.freepascal.org/index.php/topic,53014.msg391651.html#msg391651
without source code :
Module32First
with source code :
CreateStatusWindow
(example is named StatusBar due to a quirk in it)
GetEnvironmentStrings
FreeEnvironmentStrings
ExpandEnvironmentStrings
GetModuleHandle
is also an example of
ModifyMenu
GetMenu
GetSubMenu
.
GetModuleHandleEx
is also an example of
LoadLibrary
FreeLibrary
Post 5
https://forum.lazarus.freepascal.org/index.php/topic,53428.msg395201.html#msg395201
without source code :
none
with source code :
GetFileSize
GetFileSizeEx
GetVersion
GetVersionEx
RtlGetNtVersionNumbers
(undocumented) (console and gui examples)
GetSystemInfo
GetNativeSystemInfo
«
Last Edit: February 23, 2021, 02:01:34 pm by 440bx
»
Logged
(FPC v3.0.4 and Lazarus 1.8.2) or (FPC v3.2.2 and Lazarus v3.2) on Windows 7 SP1 64bit.
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Free Pascal
»
Windows
(Moderators:
FPK
,
Tomas Hajny
) »
WinAPI - examples - INDEX
TinyPortal
© 2005-2018