You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
419 B
19 lines
419 B
/*
|
|
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
|