home *** CD-ROM | disk | FTP | other *** search
/ ...taking it to the Macs! / ...taking it to the Macs!.iso / Extras / ActiveX Mac SDK / ActiveX SDK / Control Common / CCurrentResource.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-17  |  136 b   |  10 lines  |  [TEXT/CWIE]

  1. class CCurrentResource
  2. {
  3.     public:
  4.                 CCurrentResource(short NewResRefNum);
  5.                 ~CCurrentResource();
  6.  
  7.     private:
  8.         short    InResRefNum;
  9. };
  10.