Optional
aInstancePtr: objectA run time mechanism for interface discovery.
NS_OK if the interface is supported by the associated instance, NS_NOINTERFACE if it is not.
aInstancePtr must not be null.
[in] A requested interface IID
[out] A pointer to an interface pointer to receive the result.
Sets the taskbar progress state and value for this window. The currentValue and maxValue parameters are optional and should be supplied when |state| is one of STATE_NORMAL, STATE_ERROR or STATE_PAUSED.
NS_ERROR_INVALID_ARG if state is STATE_NO_PROGRESS or STATE_INDETERMINATE, and either currentValue or maxValue is not 0.
NS_ERROR_ILLEGAL_VALUE if currentValue is greater than maxValue.
Generated using TypeDoc
Allow the TaskbarProgress instance to set a new target window.