ISynchronize::Signal method

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

Syntax


HRESULT Signal();

Parameters

This method has no parameters.

Return value

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

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

ObjIdl.h

IDL

ObjIdl.idl

IID

IID_ISynchronize is defined as 00000030-0000-0000-C000-000000000046

See also

ISynchronize

 

 

Show: