INT64 __stdcall PipProcessPendingOperations(){ INT64 result; result = PipProcessPendingServices(); if( (int)result >= 0 ) return PipProcessPendingOsExtensionResources(); return result; }