ISynchronize::Signal method (objidlbase.h)

Sets the synchronization object to the signaled state and causes pending wait operations to return S_OK.

Syntax

HRESULT Signal();

Return value

This method returns S_OK to indicate that the method completed successfully.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header objidlbase.h (include ObjIdl.h)

See also

ISynchronize