mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
642 B
25 lines
642 B
// Copyright (c) 1995-1997 Microsoft Corporation
|
|
|
|
BOOL Volume_GetSetRegistryRect(
|
|
LPTSTR szMixer,
|
|
LPTSTR szDest,
|
|
LPRECT prc,
|
|
BOOL Get);
|
|
BOOL Volume_GetSetRegistryLineStates(
|
|
LPTSTR pszMixer,
|
|
LPTSTR pszDest,
|
|
PVOLCTRLDESC pvcd,
|
|
DWORD cvcd,
|
|
BOOL Get);
|
|
void Volume_GetSetStyle(
|
|
DWORD* pdwStyle,
|
|
BOOL Get);
|
|
BOOL Volume_ErrorMessageBox(
|
|
HWND hwnd,
|
|
HINSTANCE hInst,
|
|
UINT id);
|
|
MMRESULT Volume_GetDefaultMixerID(
|
|
int *pid,
|
|
BOOL fRecord);
|
|
DWORD Volume_GetTrayTimeout(
|
|
DWORD dwTimeout);
|