SB AWE32 Developer's Information Pack
PART III Windows Driver API
••
62
Copyright
Creative Technology Ltd., 1994-1996
Version 3.00
Return
The return value would be AWE_NO_ERR if the operation is successful, and
an error code otherwise. Possible error is:
AWE_ERR_USERID_INVALID
See Also
None.
AWE_GET_VERSION
Actions
This message retrieves the AWE Manager version number.
Parameters
lParam1
Specify a far pointer to word, WORD FAR *. The location of this pointer
will be filled with the current major version of the AWE Manager.
lParam2
Specify a far pointer to word, WORD FAR *. The location of this pointer
will be filled with the current minor version of the AWE Manager.
hUserID
Current ID assigned to the application by the AWE Manager during
initialization.
Remarks
None.
Return
The return value would be AWE_NO_ERR if the operation is successful, and
an error code otherwise. Possible error is:
AWE_ERR_USERID_INVALID
See Also
None.
AWE_SEND_MIDI
Actions
An application sends this message to the manager requiring it to service
MIDI commands.
Parameters
lParam1
A DWORD containing the MIDI message. This message follows the format as
specified by the Standard MIDI Message Format. The message is decoded
as:
00000000 0ccccccc 0bbbbbbb 1aaaaaaa
High-Order Byte
Low-Order Byte
where,
aaaaaaa:
Specify the status byte.
bbbbbbb:
Specify the first data byte. (0-127)
ccccccc:
Specify the second data byte. (0-127)
lParam2
Unused
hUserID