mirror of https://github.com/tongzx/nt5src
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.
1 lines
618 B
1 lines
618 B
// ===========================================================================
// UAMDLOGText.h © 1997 Microsoft Corp. All rights reserved.
// ===========================================================================
#pragma once
void UAM_AdjustText ( ControlHandle );
void UAM_DoScrolling ( ControlHandle, short );
pascal void UAM_ScrollText ( ControlHandle, short );
void UAM_SetScrollBar ( ControlHandle );
void UAM_UpdateText ( DialogPtr );
void UAM_SetSText ( DialogPtr, short );
void UAM_MakeText ( DialogPtr, short, short, short );
void UAM_FixText (DialogPtr );
|