Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
Headers/SR_MacDialog.h
/****************************************************************************** |
** ** |
** Module: SR_MacDialog.h ** |
** ** |
** ** |
** Purpose: Modal dialog routines, and other Macintosh specific ** |
** routines ** |
** ** |
** ** |
** Copyright (C) 1996 Apple Computer, Inc. All rights reserved. ** |
** ** |
** ** |
*****************************************************************************/ |
#ifndef SR_MacDialog_h |
#define SR_MacDialog_h |
#include "QD3D.h" |
#define SR_NAME_RESOURCE 16211 /* the ID of the resource string for |
* this renderer's name |
*/ |
TQ3Status SR_GetNameString( |
unsigned char *dataBuffer, |
unsigned long bufferSize, |
unsigned long *actualDataSize); |
TQ3Status SR_MacModalDialog( |
TQ3RendererObject renderer, |
TQ3DialogAnchor dialogAnchor, |
TQ3Boolean *canceled, |
void *rendererPrivate); |
#endif /* SR_MacDialog_h */ |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14