Add missing routine description
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 28s
Builds / ExectOS (i686) (push) Successful in 28s

This commit is contained in:
Rafal Kupiec 2024-01-31 16:23:05 +01:00
parent f0204bf448
commit cd59c1e80d
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -9,6 +9,19 @@
#include <xtos.h>
/**
* Compares two GUIDs (Globally Unique Identifiers).
*
* @param Guid1
* Supplies the first GUID to compare.
*
* @param Guid2
* Supplies the second GUID to compare.
*
* @return This routine returns TRUE if the provided GUIDs are equal, or FALSE otherwise.
*
* @since XT 1.0
*/
XTAPI
BOOLEAN
RtlCompareGuids(IN PGUID Guid1,