Revision [264]
This is an old revision of PlatformVMAPI made by JohnMcIntosh on 2008-10-19 05:14:02.
the majority of the plugins
sqInt ioExit(void)
sqInt ioDisablePowerManager(sqInt disableIfNonZero)
sqInt ioMicroMSecs(void)
sqInt ioMSecs(void)
sqInt ioLowResMSecs(void)
sqInt ioRelinquishProcessorForMicroseconds(sqInt microSeconds)
sqInt dir_Lookup(char *pathString, . . . )
sqInt dir_Create(char *pathString, sqInt pathStringLength)
sqInt dir_Delete(char *pathString, sqInt pathStringLength)
sqInt dir_Delimitor(void)
sqInt dir_SetMacFileTypeAndCreator(char *filename, sqInt filenameSize, char *fType, char *fCreator)
sqInt dir_GetMacFileTypeAndCreator(char *filename, sqInt filenameSize, char *fType, char *fCreator)
sqInt dir_PathToWorkingDir(char *pathName, sqInt pathNameMax)
int sqFTruncate(filenum, fileoffset)
sqInt getAttributeIntoLength(sqInt indexNumber, sqInt byteArrayIndex, sqInt length)
sqInt attributeSize(sqInt indexNumber)
sqInt sqGetFilenameFromString(char * aCharBuffer, char * aFilenameString, sqInt filenameLength, sqInt resolveAlias)
sqInt ioScreenSize(void)
sqInt ioScreenDepth(void)
sqInt ioHasDisplayDepth(sqInt depth)
sqInt ioForceDisplayUpdate(void)
sqInt display_ioShowDisplay(sqInt dispBitsIndex, sqInt width, sqInt height, sqInt depth, sqInt affectedL, sqInt affectedR, sqInt affectedT, sqInt affectedB)
sqInt ioProcessEvents(void)
sqInt ioSetInputSemaphore(sqInt semaIndex)
sqInt ioGetNextEvent( sqInputEvent *evt)
sqInt ioBeep(void)
sqInt sqAllocateMemory(minHeapSize, desiredHeapSize)
sqInt sqGrowMemoryBy(sqInt oldLimit, sqInt delta)
sqInt sqShrinkMemoryBy(sqInt oldLimit, sqInt delta)
sqInt sqMemoryExtraBytesLeft(sqInt includingSwap)
sqInt reserveExtraCHeapBytes(origHeapSize, bytesToReserve))
imageName
char *getImageName(void)
sqInt imageNamePutLength(sqInt sqImageNameIndex, sqInt length)
sqInt imageNameGetLength(sqInt sqImageNameIndex, sqInt length)
sqInt imageNameSize(void)
sqInt vmPathSize(void)
sqInt vmPathGetLength(sqInt sqVMPathIndex, sqInt length)
sqImageFileClose sqImageFileOpen sqImageFilePosition sqImageFileRead sqImageFileSeek sqImageFileWrite sqImageFileStartLocation
insufficientMemorySpecifiedError
insufficientMemoryAvailableError
unableToReadImageError
browserPluginReturnIfNeeded