Fix typo in documentation
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
f5de1accad
commit
6ca4c28f9c
@ -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.
|
/// 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)
|
globalmem_accessor(_In_ HGLOBAL hMem) : m_h(hMem)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user