ReactOS 0.4.16-dev-112-g52265ae
|
#include "shellext.h"
#include "balance.h"
#include "resource.h"
#include "../btrfsioctl.h"
#include <shlobj.h>
#include <uxtheme.h>
#include <stdio.h>
#include <strsafe.h>
#include <winternl.h>
#include <shlwapi.h>
Go to the source code of this file.
Macros | |
#define | NO_SHLWAPI_STRFCNS |
Functions | |
static WCHAR | hex_digit (uint8_t u) |
static void | serialize (void *data, ULONG len, WCHAR *s) |
static INT_PTR CALLBACK | stub_BalanceOptsDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static INT_PTR CALLBACK | stub_BalanceDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static uint8_t | from_hex_digit (WCHAR c) |
static void | unserialize (void *data, ULONG len, WCHAR *s) |
void CALLBACK | StartBalanceW (HWND hwnd, HINSTANCE hinst, LPWSTR lpszCmdLine, int nCmdShow) |
void CALLBACK | PauseBalanceW (HWND hwnd, HINSTANCE hinst, LPWSTR lpszCmdLine, int nCmdShow) |
void CALLBACK | StopBalanceW (HWND hwnd, HINSTANCE hinst, LPWSTR lpszCmdLine, int nCmdShow) |
Variables | |
static uint64_t | convtypes2 [] |
#define NO_SHLWAPI_STRFCNS |
Definition at line 41 of file balance.cpp.
Definition at line 49 of file balance.cpp.
Definition at line 1127 of file balance.cpp.
Definition at line 56 of file balance.cpp.
Referenced by BtrfsBalance::StartBalance().
Definition at line 1066 of file balance.cpp.
Definition at line 1174 of file balance.cpp.
|
static |
Definition at line 965 of file balance.cpp.
Referenced by BtrfsBalance::ShowBalance().
|
static |
Definition at line 840 of file balance.cpp.
Referenced by BtrfsBalance::ShowBalanceOptions().
Definition at line 1052 of file balance.cpp.
Referenced by StartBalanceW().
|
static |
Definition at line 45 of file balance.cpp.
Referenced by BtrfsBalance::BalanceOptsDlgProc(), and BtrfsBalance::SaveBalanceOpts().