Home
last modified time | relevance | path

Searched refs:GetVolume (Results 1 – 7 of 7) sorted by relevance

/reactos/modules/rosapps/applications/fraginator/
H A DReportDialog.cpp21 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 DDefragment.h59 DriveVolume &GetVolume (void) { return (Volume); } in GetVolume() function
H A DMainDialog.cpp169 DefragText = wstring(Percent) + wstring (L" - ") + Defrag->GetVolume().GetRootPath() + in GetDefragTitle()
/reactos/sdk/lib/drivers/sound/mmebuddy/
H A Dmmewrap.c399 if (!FunctionTable->GetVolume) in MmeGetVolume()
403 Result = FunctionTable->GetVolume(SoundDeviceInstance, DeviceId, (PDWORD)pdwVolume); in MmeGetVolume()
/reactos/dll/win32/wdmaud.drv/
H A Dwdmaud.c81 FuncTable.GetVolume = FUNC_NAME(WdmAudGetVolume); in PopulateWdmDeviceList()
/reactos/sdk/include/psdk/
H A Ddsound.h552 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 Dmmebuddy.h229 MMGETVOLUME_FUNC GetVolume; member