ITaskScheduler::ActivateITaskScheduler::Activate*
*



Contents  *



Index  *Topic Contents
*Previous Topic: ITaskScheduler
*Next Topic: ITaskScheduler::AddWorkItem

ITaskScheduler::Activate

HRESULT Activate(
    LPCWSTR pwszName, 
    REFIID riid,
    IUnknown ** ppunk
);

Returns an active interface to the specified task.

pwszName
LPCWSTR that specifies the name of the task to activate.
riid
Reference identifier of the interface being requested.
ppunk
Address of an interface pointer that receives the requested interface.

Back to top


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.