PATH 
ADC Home > Documentation > Hardware > Device Managers and Drivers > PCI Card Services > Designing PCI Cards and Drivers for Power Macintosh Computers


  

DelayFor

OSStatus DelayFor (Duration expirationTime);
--> expirationTime
Amount of time to delay.
DESCRIPTION

DelayFor blocks execution for a given time. Parameter expirationTime is the amount of time to suspend execution, expressed as a positive number in milliseconds or as a negative number in microseconds.

EXECUTION CONTEXT

DelayFor may be called only from task level, not from secondary or hardware interrupt level.

RETURN CODES
noErr 0 No error
Err -1 Routine failed

© 1999 Apple Computer, Inc. – (Last Updated 26 March 99)