Q3Controller_GetSignature
You can use theQ3Controller_GetSignature
function to get the signature of a controller.
TQ3Status Q3Controller_GetSignature ( TQ3ControllerRef controllerRef, char *signature, unsigned long numChars);
controllerRef
- A reference to a controller.
signature
- On entry, a pointer to a buffer that is to be filled with the signature of the specified controller.
numChars
- On entry, the size of the buffer pointed to by the
signature
parameter.DESCRIPTION
TheQ3Controller_GetSignature
function returns, through thesignature
parameter, the signature of the controller specified by thecontrollerRef
parameter. You are responsible for allocating a buffer whose address is passed in thesignature
parameter and whose size is passed in thenumChars
parameter. If the signature is larger than the specified size, the signature is truncated to fit in the buffer.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help