Changeset 9973 for trunk/include/win/mmsystem.h
- Timestamp:
- Apr 2, 2003, 2:57:39 PM (23 years ago)
- File:
-
- 1 edited
-
trunk/include/win/mmsystem.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/mmsystem.h
r8469 r9973 2063 2063 DWORD dwCallback; 2064 2064 MCIDEVICEID wDeviceID; 2065 LP STR lpstrDeviceType;2066 LP STR lpstrElementName;2067 LP STR lpstrAlias;2065 LPCSTR lpstrDeviceType; 2066 LPCSTR lpstrElementName; 2067 LPCSTR lpstrAlias; 2068 2068 } MCI_OPEN_PARMSA, *LPMCI_OPEN_PARMSA; 2069 2069 … … 2071 2071 DWORD dwCallback; 2072 2072 MCIDEVICEID wDeviceID; 2073 LP WSTR lpstrDeviceType;2074 LP WSTR lpstrElementName;2075 LP WSTR lpstrAlias;2073 LPCWSTR lpstrDeviceType; 2074 LPCWSTR lpstrElementName; 2075 LPCWSTR lpstrAlias; 2076 2076 } MCI_OPEN_PARMSW, *LPMCI_OPEN_PARMSW; 2077 2077
Note:
See TracChangeset
for help on using the changeset viewer.
