diff --git a/xtoskrnl/rtl/guid.c b/xtoskrnl/rtl/guid.c index 9545716..4919b73 100644 --- a/xtoskrnl/rtl/guid.c +++ b/xtoskrnl/rtl/guid.c @@ -9,6 +9,19 @@ #include +/** + * 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,