SUCCEEDED WXWIUL
#define SUCCEEDED(Status) ((HRESULT)(Status) >= 0)
Provides a generic test for success on any status value. Non-negative numbers indicate success.