IStillImage::UnRegisterLaunchApplication

[This is preliminary documentation and subject to change.]

The IStillImage::UnRegisterLaunchAppliction method removes the application from the Control Center's list of push model-aware applications. Once this function has executed, the application no longer receives device events.

HRESULT UnRegisterLaunchApplication(
  PSTI pSti, 
  LPWSTR pwszAppName 
);
 

Parameters

pSti
Pointer to the IStillImage interface object.
pwszAppName
The name that the application used when it registered itself using RegisterLaunchApplication.

Return Values

If the function succeeds, the return value is S_OK.

If the function fails, the return value is the appropriate COM error.

See Also

Still Image Overview, Making An Application Still Image-Aware