DirectAnimation Animated Header --IDASite Class DirectAnimation Animated Header --IDASite Class* Microsoft DirectAnimation SDK
*Contents  *Index  *Topic Contents
*Previous Topic: IDABvrHook Class
*Next Topic: DAJoinStyle Class

IDASite Class


Gives an application control over error and status messages. It is used with the Site property in DAStatics.

IDASite Subroutines

bullet1.gifReportGC

bullet1.gifSetStatusString


ReportGC

IDASite Class

Determines whether or not there will be notification before garbage collection begins.

siteObj.ReportGC(
  bStarting
  )

Parameters
bStarting
A boolean that, if TRUE, means there will be notification before garbage collection and, if FALSE, means there won't.


SetStatusString

IDASite Class

Sets the status message.

siteObj.SetStatusString(
  statusText
  )

Parameters
statusText
A string that is the status message.

© 1998 Microsoft Corporation. All rights reserved. Terms of Use.

*Top of Page