Home
last modified time | relevance | path

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

/reactos/dll/shellext/shellbtrfs/
H A Dsend.cpp513 static INT_PTR CALLBACK stub_SendDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) { in stub_SendDlgProc() function
531 …if (DialogBoxParamW(module, MAKEINTRESOURCEW(IDD_SEND_SUBVOL), hwnd, stub_SendDlgProc, (LPARAM)thi… in Open()