windows-nt/Source/XPSP1/NT/net/rras/ras/ui/rassrvui/multilink.h
2020-09-26 16:20:57 +08:00

19 lines
401 B
C

/*
File multilink.h
Definitions required to display the multilink page.
Paul Mayfield, 10/17/97
*/
#ifndef __rassrvui_multilink_h
#define __rassrvui_multilink_h
#include <windows.h>
#include <prsht.h>
// Fills in the property sheet structure with the information required to display
// the multilink tab.
DWORD mtlUiGetPropertyPage(LPPROPSHEETPAGE ppage, DWORD dwUserData);
#endif