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
IRC channel
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
Notarization under macOS ...
by
TRon
[
Today
at 09:19:27 am]
Cannot get file opening e...
by
ranny
[
Today
at 08:45:56 am]
Passing TDate parameter i...
by
TRon
[
Today
at 08:43:39 am]
Make visual components no...
by
jamie
[
Today
at 02:24:16 am]
FPC 3.2.2 / Lazarus 2.2.6...
by
robert rozee
[
Today
at 01:31:18 am]
Scrolling TStringGrid
by
wp
[
Today
at 01:11:57 am]
TDbf
by
wp
[September 27, 2023, 11:15:28 pm]
Wayland and Free Pascal
by
DMoRiaM
[September 27, 2023, 08:04:15 pm]
Large system, i2C to go w...
by
ccrause
[September 27, 2023, 06:18:51 pm]
Lazarus | locate on numer...
by
micoudic
[September 27, 2023, 04:51:04 pm]
is there a way to Forward...
by
440bx
[September 27, 2023, 04:32:05 pm]
Direct use of OpenSSL wit...
by
delphius
[September 27, 2023, 03:17:53 pm]
Class method inheritance ...
by
Kraig
[September 27, 2023, 02:19:14 pm]
TBufDataset is behaving i...
by
Gustavo 'Gus' Carreno
[September 27, 2023, 01:43:50 pm]
Is it possible to jump in...
by
cpicanco
[September 27, 2023, 01:21:48 pm]
[SOLVED] Resize projectwi...
by
JuhaManninen
[September 27, 2023, 12:41:18 pm]
Detecting a vpn
by
madref
[September 27, 2023, 12:31:51 pm]
GTK 3 Widget Set Status?
by
JuhaManninen
[September 27, 2023, 12:19:37 pm]
Poor optimization of cons...
by
runewalsh
[September 27, 2023, 12:02:28 pm]
any workaround of nested ...
by
Warfley
[September 27, 2023, 10:48:23 am]
[SOLVED] Lazarus.exe does...
by
alpine
[September 27, 2023, 09:09:28 am]
Creating a new unit out o...
by
alpine
[September 27, 2023, 09:00:12 am]
DBVirtualGrid - processin...
by
TRon
[September 27, 2023, 02:49:32 am]
Hypocycloid demo
by
Boleeman
[September 27, 2023, 12:50:10 am]
[SOLVED] Components with ...
by
Kurt
[September 26, 2023, 10:39:37 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: WinAPI - examples - INDEX (Read 5972 times)
440bx
Hero Member
Posts: 3550
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 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