Add missing routine description
Все проверки выполнены успешно
Builds / ExectOS (amd64) (push) Successful in 28s
Builds / ExectOS (i686) (push) Successful in 28s

Этот коммит содержится в:
Rafal Kupiec 2024-01-31 16:23:05 +01:00
родитель f0204bf448
Коммит cd59c1e80d
Подписано: belliash
Идентификатор ключа GPG: 4E829243E0CFE6B4

Просмотреть файл

@ -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,