windows-nt/Source/XPSP1/NT/net/rras/ras/ui/rassrvui/multilink.h

19 lines
401 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*
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