diff --git a/include/WinStd/Common.h b/include/WinStd/Common.h index 2cc4ba20..871c941f 100644 --- a/include/WinStd/Common.h +++ b/include/WinStd/Common.h @@ -823,7 +823,7 @@ namespace winstd /// /// Locks a global memory object and returns a pointer to the first byte of the object's memory block. /// - /// \sa [SafeArrayAccessData function](https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-globallock) + /// \sa [GlobalLock function](https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-globallock) /// globalmem_accessor(_In_ HGLOBAL hMem) : m_h(hMem) {