Searched refs:GetVolume (Results 1 – 7 of 7) sorted by relevance
/reactos/modules/rosapps/applications/fraginator/ |
H A D | ReportDialog.cpp | 21 SetDlgItemText (Dlg, IDC_VOLUMELABEL, Defrag->GetVolume().GetVolumeInfo().Name.c_str()); in SetReportInfo() 24 SetDlgItemText (Dlg, IDC_VOLUMESERIAL, Defrag->GetVolume().GetVolumeInfo().Serial.c_str()); in SetReportInfo() 27 SetDlgItemText (Dlg, IDC_FILESYSTEM, Defrag->GetVolume().GetVolumeInfo().FileSystem.c_str()); in SetReportInfo() 47 swprintf (Text, L"%.2f %s", (double)(signed)(Defrag->GetVolume().GetVolumeInfo().FreeBytes / in SetReportInfo() 52 AddCommas (Text, Defrag->GetVolume().GetVolumeInfo().FreeBytes / BytesDivisor); in SetReportInfo() 59 AddCommas (Text, Defrag->GetVolume().GetVolumeInfo().ClusterCount); in SetReportInfo() 64 swprintf (Text, L"%u bytes", Defrag->GetVolume().GetVolumeInfo().ClusterSize); in SetReportInfo() 185 Defrag->GetVolume().GetVolumeInfo().ClusterSize in SetReportInfo()
|
H A D | Defragment.h | 59 DriveVolume &GetVolume (void) { return (Volume); } in GetVolume() function
|
H A D | MainDialog.cpp | 169 DefragText = wstring(Percent) + wstring (L" - ") + Defrag->GetVolume().GetRootPath() + in GetDefragTitle()
|
/reactos/sdk/lib/drivers/sound/mmebuddy/ |
H A D | mmewrap.c | 399 if (!FunctionTable->GetVolume) in MmeGetVolume() 403 Result = FunctionTable->GetVolume(SoundDeviceInstance, DeviceId, (PDWORD)pdwVolume); in MmeGetVolume()
|
/reactos/dll/win32/wdmaud.drv/ |
H A D | wdmaud.c | 81 FuncTable.GetVolume = FUNC_NAME(WdmAudGetVolume); in PopulateWdmDeviceList()
|
/reactos/sdk/include/psdk/ |
H A D | dsound.h | 552 STDMETHOD(GetVolume)(THIS_ LPLONG lplVolume) PURE; in DECLARE_INTERFACE_() local 579 #define IDirectSoundBuffer_GetVolume(p,a) (p)->lpVtbl->GetVolume(p,a) 603 #define IDirectSoundBuffer_GetVolume(p,a) (p)->GetVolume(a) 635 STDMETHOD(GetVolume)(THIS_ LPLONG lplVolume) PURE; in DECLARE_INTERFACE_() local 665 #define IDirectSoundBuffer8_GetVolume(p,a) (p)->lpVtbl->GetVolume(p,a) 693 #define IDirectSoundBuffer8_GetVolume(p,a) (p)->GetVolume(a)
|
/reactos/sdk/include/reactos/libs/sound/ |
H A D | mmebuddy.h | 229 MMGETVOLUME_FUNC GetVolume; member
|