Creates a thread to check whether files are waiting to be burned to disk and notifies the user if there are
Syntax
HRESULT WINAPI CheckStagingArea ( )
Return Value
S_OK if the thread is created, HRESULT_FROM_WIN32(GetLastError()) on failure
Remarks
The function returns without waiting for the thread to finish.
If files are waiting to be written to disc, a balloon tooltip will appear in the notification area of the desktop.
There's no way to wait for the created thread to finish
This function is also known as _CheckStagingArea@0.