summaryrefslogtreecommitdiffhomepage
path: root/Private/NewKit
diff options
context:
space:
mode:
Diffstat (limited to 'Private/NewKit')
-rw-r--r--Private/NewKit/Application.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Private/NewKit/Application.hxx b/Private/NewKit/Application.hxx
index 292bb434..8075e8ac 100644
--- a/Private/NewKit/Application.hxx
+++ b/Private/NewKit/Application.hxx
@@ -23,6 +23,7 @@ typedef struct Application final {
/// @brief Invoke a function from the application object.
NewOS::IntPtr(*Invoke)(struct Application* Self, NewOS::Int32 Sel, ...);
/// @brief Query a new application object from a GUID.
+ /// @note this doesn't query a process, it query a registered object withtin that app.
NewOS::Void(*Query)(struct Application* Self, NewOS::VoidPtr* Dst, NewOS::SizeT SzDst, NewOS::XRN::GUIDSequence GuidOf);
} Application, *ApplicationRef;