Skip to content

Commit

Permalink
chore: update links
Browse files Browse the repository at this point in the history
  • Loading branch information
halildurmus committed Aug 12, 2024
1 parent a6f516c commit 3b439f1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion packages/win32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ offering easy-to-use bindings for both traditional Win32 and
[COM (Component Object Model)][COM] APIs, it enables you to fully leverage
Windows-specific functionalities directly in your Dart code.

[COM]: https://learn.microsoft.com/en-us/windows/win32/com/component-object-model--com--portal
[COM]: https://learn.microsoft.com/windows/win32/com/component-object-model--com--portal
[Win32 API]: https://learn.microsoft.com/windows/win32/api/

## 💡 Why Use win32?
Expand Down Expand Up @@ -196,6 +196,8 @@ Here are a few use cases showcasing the power of **win32**:
- **Enumerating Installed Fonts**: Use [EnumFontFamiliesEx] to list all
locally-installed fonts.

[EnumFontFamiliesEx]: https://learn.microsoft.com/windows/win32/api/wingdi/nf-wingdi-enumfontfamiliesexw

<a href="https://github.com/halildurmus/win32/blob/main/examples/fonts.dart">
<img
alt="Fonts screenshot"
Expand Down
2 changes: 1 addition & 1 deletion website/blog/2024/07-10-calling-windows-apis/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ you can build with Dart and Windows APIs!
For more detailed information, check out our [documentation](/docs).
[COM]: https://learn.microsoft.com/en-us/windows/win32/com/component-object-model--com--portal
[COM]: https://learn.microsoft.com/windows/win32/com/component-object-model--com--portal
[Dart package]: https://pub.dev/packages/win32
[FFI]: https://dart.dev/guides/libraries/c-interop
[GetPhysicallyInstalledSystemMemory]: https://docs.microsoft.com/windows/win32/api/sysinfoapi/nf-sysinfoapi-getphysicallyinstalledsystemmemory
Expand Down
2 changes: 1 addition & 1 deletion website/docs/getting-started/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Dart. This simplifies the development process and enhances productivity.
📘 Dive into the [Quick Start](/docs/getting-started/quick-start) guide to learn
how to make your first **Win32 API** call.

[COM]: https://learn.microsoft.com/en-us/windows/win32/com/component-object-model--com--portal
[COM]: https://learn.microsoft.com/windows/win32/com/component-object-model--com--portal
[Dart package]: https://pub.dev/packages/win32
[FFI]: https://dart.dev/guides/libraries/c-interop
[Win32 API]: https://learn.microsoft.com/windows/win32/api/
2 changes: 1 addition & 1 deletion website/docs/guides-concepts/com/basic-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ thrown during the execution of your code.
[createFromID]: https://pub.dev/documentation/win32/latest/win32/COMObject/createFromID.html
[Finalizer]: https://api.dart.dev/stable/dart-core/Finalizer-class.html
[Microsoft documentation]: https://learn.microsoft.com/windows/win32/learnwin32/asking-an-object-for-an-interface
[QueryInterface]: https://learn.microsoft.com/en-us/windows/win32/api/unknwn/nf-unknwn-iunknown-queryinterface(refiid_void)
[QueryInterface]: https://learn.microsoft.com/windows/win32/api/unknwn/nf-unknwn-iunknown-queryinterface(refiid_void)

0 comments on commit 3b439f1

Please sign in to comment.