Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A ScheduleGroup object is destroyed internally by the runtime when all external references to it are released. It cannot be explicitly deleted.
void operator delete(
void * _PObject
);
void operator delete(
void * _PObject,
int,
const char *,
int
);
Parameters
- _PObject
A pointer to the object to be deleted.
Requirements
Header: concrt.h
Namespace: concurrency