DCancelStartupGCT | 53
DCancelStartupGCT
Purpose Use
DCancelStartupGCT
to cancel the startup GCT for a
particular screen. When you start the Windows operating
system after setting this function, the default (linear) GCT
loads for the indicated screen. This function takes effect
only when you restart the Windows operating system.
Syntax
DWORD DCancelStartupGCT (wScreenNumber)
Return value
DWORD –
zero (0) if function completed successfully;
otherwise, operating system error code.
Example This example cancels the initial GCT for screen zero (0).
#include <mdpcint.h>
{
DWORD
dwRetCode;
dwRetCode = DCancelStartupGCT (0);
return dwRetCode;
}
See also
DSetStartupGCT
Parameter Type
Name
Description
UWORD
wScreenNumber
Target screen number
(zero-based)
Содержание Dome DX/PCI
Страница 6: ......