Expand Minimize
This topic has not yet been rated - Rate this topic

SHChangeNotification_Unlock function

Unlocks shared memory for a change notification.

Syntax


BOOL SHChangeNotification_Unlock(
  _In_  HANDLE hLock
);

Parameters

hLock [in]

Type: HANDLE

A handle to the memory lock. This is the handle returned by SHChangeNotification_Lock when it locked the memory.

Return value

Type: BOOL

Returns TRUE on success; otherwise, FALSE.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Shlobj.h

Library

Shell32.lib

DLL

Shell32.dll (version 6.0 or later)

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.