Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

icc_i386.h File Reference

#include "windows.h"

Go to the source code of this file.

Defines

#define EXTERN   __loadds __far __pascal
#define ui8toSINT(a)   ((SINT) (a))
#define ui16toSINT(a)
#define ui32toSINT(a)
#define si8toSINT(a)   ((SINT) (a))
#define si16toSINT(a)
#define si32toSINT(a)
#define ui8f8toSFLOAT(a)   ((SFLOAT)( (a)[0] + (a)[1]/256.0) )
#define ui16f16toSFLOAT(a)
#define si16f16toSFLOAT(a)
#define SigtoCSIG(a)

Typedefs

typedef int BOOL
typedef unsigned char BYTES
typedef short SHORT
typedef unsigned short USHORT
typedef signed long SINT
typedef float SFLOAT
typedef unsigned long CSIG
typedef unsigned long ATTRIB [2]
typedef BYTES __huge * MEMPTR
typedef MEMPTR __huge * PMEMPTR
typedef SHORT __huge * PSHORT
typedef USHORT __huge * PUSHORT
typedef SFLOAT __huge * PFLOAT
typedef BYTES __far * LPBYTES
typedef SINT __far * LPSINT
typedef SFLOAT __far * LPSFLOAT
typedef CSIG __far * LPCSIG
typedef ATTRIB __far * LPATTRIB
typedef MEMPTR __far * LPMEMPTR
typedef icProfile __huge * lpcpProfile
typedef icHeader __huge * lpcpHeader
typedef icTagList __huge * lpcpTagList
typedef icTag __huge * lpcpTag
typedef icTagBase __huge * lpcpTagBase
typedef icCurveType __huge * lpcpCurveType
typedef icLut16Type __huge * lpcpLut16Type
typedef icLut8Type __huge * lpcpLut8Type
typedef icXYZType __huge * lpcpXYZType

Enumerations

enum  cpError {
  CP_NULL_POINTER_ERR = 10000, CP_MEMORY_ALLOC_ERR, CP_FILE_OPEN_ERR, CP_FILE_READ_ERR,
  CP_FORMAT_ERR, CP_OUT_OF_RANGE_ERR, CP_NO_MEMORY_ERR, CP_NOT_FOUND_ERR,
  CP_POSTSCRIPT_ERR
}


Define Documentation

#define EXTERN   __loadds __far __pascal
 

Definition at line 87 of file aug98/dll32/icc_i386.h.

Referenced by DoesCPTagExist(), FreeCP(), GetCPAttributes(), GetCPClass(), GetCPCMMType(), GetCPConnSpace(), GetCPDevSpace(), GetCPElement(), GetCPElementCount(), GetCPElementData(), GetCPElementDataSize(), GetCPElementDataType(), GetCPElementInfo(), GetCPElementSize(), GetCPElementType(), GetCPFlags(), GetCPLastError(), GetCPManufacturer(), GetCPMediaWhitePoint(), GetCPModel(), GetCPRenderIntent(), GetCPSize(), GetCPTagIndex(), GetCPTagSig(), GetCPTarget(), GetCPVersion(), GetCPWhitePoint(), GetPS2ColorRenderingIntent(), LoadCP(), MemAlloc(), MemFree(), SetCPLastError(), ValidateCP(), ValidateCPElement(), and ValidColorSpace().

#define si16f16toSFLOAT  ) 
 

Value:

( ((SFLOAT)( ((SINT)(a)[0])<<24 | \ ((((SINT)(a)[1])<<16) & 0x00FF0000) | \ ( ((a)[2] <<8) & 0x00FF00 ) | \ ( (a)[3] & 0x00FF ) \ )) /65536.0)

Definition at line 157 of file aug98/dll32/icc_i386.h.

Referenced by CreateColorantArray(), CreateFloatString(), CreateHostLutCRD(), GetCPMediaWhitePoint(), GetCPWhitePoint(), and SendCRDABC().

#define si16toSINT  ) 
 

Value:

((SINT) ( ((SINT)(a)[0])<<8 | \ ( (a)[1] & 0x00FF)))

Definition at line 143 of file aug98/dll32/icc_i386.h.

#define si32toSINT  ) 
 

Value:

((SINT) ( ((SINT)(a)[0])<<24 | \ ( (((SINT)(a)[1])<<16) & 0x00FF0000) | \ ( ( (a)[2] <<8) & 0x00FF00 ) | \ ( (a)[3] & 0x00FF )))

Definition at line 145 of file aug98/dll32/icc_i386.h.

#define si8toSINT  )     ((SINT) (a))
 

Definition at line 142 of file aug98/dll32/icc_i386.h.

#define SigtoCSIG  ) 
 

Value:

((CSIG) ( ( (((SINT)(a)[0])<<24) & 0x00FF000000) | \ ( (((SINT)(a)[1])<<16) & 0x00FF0000 ) | \ ( ( (a)[2] <<8) & 0x00FF00 ) | \ ( (a)[3] & 0x00FF ) ) )

Definition at line 164 of file aug98/dll32/icc_i386.h.

Referenced by DoesCPTagExist(), GetCPClass(), GetCPCMMType(), GetCPConnSpace(), GetCPDevSpace(), GetCPElementType(), GetCPManufacturer(), GetCPModel(), GetCPTagIndex(), GetCPTagSig(), GetCPTarget(), LoadCP(), and ValidColorSpace().

#define ui16f16toSFLOAT  ) 
 

Value:

((SFLOAT)( (a)[0]*256.0 + \ (a)[1] + \ ( (a)[2] + \ (a)[3]/256.0 ) /256.0 ))

Definition at line 151 of file aug98/dll32/icc_i386.h.

#define ui16toSINT  ) 
 

Value:

((SINT) ( ( ((a)[0]<<8) & 0x00FF00) | \ ( (a)[1] & 0x00FF)))

Definition at line 135 of file aug98/dll32/icc_i386.h.

Referenced by CreateColSpArray(), CreateColSpProc(), CreateHostInputOutputArray(), CreateHostLutCRD(), CreateHostTRCInputTable(), CreateInputArray(), CreateLutCRD(), CreateMonoCRD(), CreateOutputArray(), GetCLUTinfo(), GetHostCSA(), GetPS2CSA_DEFG(), GetPS2CSA_MONO_A(), GetPS2CSA_MONO_ABC(), GetRevCurve(), SendRevArray(), WriteInt2ByteString(), and WriteIntStringU2S().

#define ui32toSINT  ) 
 

Value:

((SINT) ( ( (((SINT)(a)[0])<<24) & 0x00FF000000) | \ ( (((SINT)(a)[1])<<16) & 0x00FF0000 ) | \ ( ( (a)[2] <<8) & 0x00FF00 ) | \ ( (a)[3] & 0x00FF )))

Definition at line 137 of file aug98/dll32/icc_i386.h.

Referenced by CreateColSpArray(), CreateColSpProc(), CreateMatrixCRD(), CreateMonoCRD(), CreateRevArray(), DoesCPTagExist(), GetCPElement(), GetCPElementCount(), GetCPElementData(), GetCPElementDataSize(), GetCPElementDataType(), GetCPElementInfo(), GetCPElementSize(), GetCPFlags(), GetCPRenderIntent(), GetCPSize(), GetCPTagIndex(), GetCPVersion(), GetPS2CSA_MONO_A(), GetPS2CSA_MONO_ABC(), GetRevCurve(), GetTRCData(), LoadCP(), and SendRevArray().

#define ui8f8toSFLOAT  )     ((SFLOAT)( (a)[0] + (a)[1]/256.0) )
 

Definition at line 150 of file aug98/dll32/icc_i386.h.

#define ui8toSINT  )     ((SINT) (a))
 

Definition at line 134 of file aug98/dll32/icc_i386.h.

Referenced by GetCLUTinfo().


Typedef Documentation

typedef unsigned long ATTRIB[2]
 

Definition at line 77 of file aug98/dll32/icc_i386.h.

typedef int BOOL
 

Definition at line 57 of file aug98/dll32/icc_i386.h.

Referenced by _AdjustWindowRectEx(), _CallMsgFilter(), _ClientCopyDDEOut2(), _ClientEventCallback(), _ClientFreeDDEHandle(), _CloseWindowStation(), _CreateWindowEx(), _CsDdeUninitialize(), _DdeGetQualityOfService(), _DdeSetQualityOfService(), _DefSetText(), _DeregisterShellHookWindow(), _DestroyCursor(), _DestroyMenu(), _DrawIconEx(), _EndTask(), _FChildVisible(), _FindWindowEx(), _FreeResource(), _GetComboBoxInfo(), _GetDCEx(), _GetIMEShowStatus(), _GetInputState(), _GetListBoxInfo(), _GetMenuState(), _GetMouseMovePointsEx(), _GetNextDlgGroupItem(), _GetNextQueueWindow(), _GetScrollBarInfo(), _GetTextMetricsW(), _GetUserObjectInformation(), _GetWindow(), _GetWindowPlacement(), _HasCaptionIcon(), _ImpersonateDdeClientWindow(), _InitializeImmEntryTable(), _InternalGetIconInfo(), _IsChild(), _IsDescendant(), _IsTaskWindow(), _IsWindowVisible(), _KillSystemTimer(), _KillTimer(), _LockSetForegroundWindow(), _LockWindowStation(), _LockWorkStation(), _MapWindowPoints(), _NextControl(), _PeekMessage(), _PostMessage(), _PostQuitMessage(), _PostThreadMessage(), _PrevControl(), _RegisterHotKey(), _RegisterLogonProcess(), _RegisterShellHookWindow(), _RegisterTasklist(), _ReleaseDC(), _ReplyMessage(), _SBGetParms(), _ScrollDC(), _SelectPalette(), _SetCaretBlinkTime(), _SetClipboardData(), _SetConsoleReserveKeys(), _SetCursorContents(), _SetCursorIconData(), _SetDoubleClickTime(), _SetKeyboardState(), _SetLayeredWindowAttributes(), _SetLogonNotifyWindow(), _SetMenuContextHelpId(), _SetMenuDefaultItem(), _SetMenuFlagRtoL(), _SetProgmanWindow(), _SetTaskmanWindow(), _SetUserObjectInformation(), _SetWindowContextHelpId(), _ShowWindowAsync(), _SwapMouseButton(), _TextOutW(), _UnlockResource(), _UnlockWindowStation(), _UnregisterClass(), _UnregisterHotKey(), _UpdateLayeredWindow(), AbandonEnumerateProc(), About(), AccessCheckObject(), AccessProceduresStream(), AddConvProp(), CEdgeCache::AddEdge(), AddEllipsisAndDrawLine(), AddLink(), AddPathEllipsis(), AddPublicObject(), AddSelfAndOwnees(), AddTaggedElement(), AddTagTableEntry(), AdjustWindowRect(), AdjustWindowRectEx(), AllocateCommandHistory(), AllocateConsole(), AllocateCvr(), AllocConsole(), AllocConsoleInternal(), AllowSetForegroundWindow(), AnimateBlend(), AnimateFade(), AnimateWindow(), AnyPopup(), CDPA::Append(), AppendMenu(), AppendToWindowsMenu(), ApplyFreeDataHandle(), CProfile::Associate(), AssociateColorProfileWithDeviceW(), AssociateInputContextEx(), CProfileAssociationPage::AssociationChanged(), AsyncWindowPos(), CDlg::BaseDlgProc(), CAddDeviceDialog::bCanceled(), bCheckAndDeleteTTF(), bCheckFontEntry(), bCheckIfDualBootingWithWin31(), bCleanConvertedTTFs(), BeginTimeMeasurement(), bEnumerateRegistryFonts(), BitBltSysBmp(), BitmapFromDIB(), bLoadableFontDrivers(), BltIcon(), BltMe4Times(), BltValidInit(), BNMultiDraw(), BoostHardError(), BringWindowToTop(), BroadcastSystemMessage(), ButtonWndProcWorker(), CalcClientScrolling(), CalcVisRgn(), CalcWindowVisRgn(), CallConsoleApi(), CallMsgFilter(), CallNextHookEx(), CanForceForeground(), CascadeChildWindows(), CascadeWindowsEnum(), CEdge::CEdge(), CenterWallpaper(), ChangeMenuA(), ChangeMenuW(), ChangeTaggedElementSize(), CharHandlerFromConsole(), CharPrevA(), CharPrevExA(), CharToOemA(), CharToOemBuffA(), CharToOemBuffW(), CharToOemW(), CheckAllowForeground(), CheckAttribute(), CheckBadApp(), CheckBitmapBits(), CheckClause(), CheckClipboardAccess(), CheckColors(), CheckCountry(), CheckDesktopPolicy(), CheckDesktopPolicyChange(), CheckDlgButton(), CheckForQueuedMessages(), CheckGrantedAccess(), CheckHandleFlag(), CheckHandleInUse(), CheckImeHotKey(), CheckMenuItem(), CheckMenuRadioItem(), CheckOnTop(), CheckPwndFilter(), CheckQuitMessage(), CheckRadioButton(), CheckResMedHftnMatch(), CheckWHFBits(), CheckWinstaWriteAttributesAccess(), ChooseColorHookProc(), ChooseFontHookProc(), ChooseNewColor(), ChooseNewFont(), CIMENonIMEToggle(), ClearDlg(), ClearDlgNoState(), ClearHungFlag(), ClientFrame(), ClientThreadSetup(), ClientToScreen(), CliGetImeHotKeysFromRegistry(), CliImmInitializeHotKeys(), CliImmSetHotKey(), CliImmSetHotKeyWorker(), CliSaveImeHotKey(), CliSaveImeHotKeyWorker(), CliSetSingleHotKey(), CloseColorProfile(), CloseProtectedHandle(), CloseWindow(), ClRespAdviseAck(), ClRespExecuteAck(), ClRespPokeAck(), ClRespRequestData(), ClRespUnadviseAck(), ClSpontAdviseData(), ClStartAdvise(), ClStartExecute(), ClStartPoke(), ClStartRequest(), ClStartUnadvise(), CMCheckColors(), CMCheckColorsInGamut(), CMCheckRGBs(), CMConvertColorNameToIndex(), CMConvertIndexToColorName(), CMCreateDeviceLinkProfile(), CMCreateProfile(), CMCreateProfileW(), CMCreateTransformExt(), CMDeleteTransform(), CMGetNamedProfileInfo(), CMGetPartialProfileElement(), CMGetProfileHeader(), CMIsProfileValid(), CMProfileElementExists(), CMTranslateColors(), CMTranslateRGB(), CMTranslateRGBs(), CMTranslateRGBsExt(), ColorSpaceControl(), CombineOldNewVis(), ComboBoxMsgOKInInit(), ComboBoxWndProcWorker(), CommonCreateWindowStation(), CompStrAToCharA(), CompStrWToCharA(), CompStrWToStringA(), CompStrWToStringExA(), CompStrWToUndetA(), ConDllInitialize(), ConsoleDragQueryFile(), ConsoleInputThread(), ConsoleWindowProc(), ConvertColorNameToIndex(), ConvertDIBBitmap(), ConvertDIBIcon(), ConvertImeMenuItemInfoWtoA(), ConvertIndexToColorName(), ConvertToAnsi(), ConvertToDDB(), CookedRead(), CopyImeFile(), CopyInflateRect(), CopyOffsetRect(), CopyRect(), CreateBitmapStrip(), CreateBSMEventSD(), CreateColorTransformW(), CreateCRDControl(), CreateCtrlThread(), CreateDeviceLinkProfile(), CreateDIBPalette(), CreateDlgFont(), CreateIcoCurIndirect(), CreateInputContext(), CreateINTENTControl(), CreateMDIChild(), CreateProfCRDControl(), CreateProfileFromLogColorSpaceA(), CreateProfileFromLogColorSpaceW(), CreateSetupNameArray(), CreateSpb(), CreateTerminalInput(), CreateTooltipBitmap(), CSymbolToggle(), CtxDisplayIOCtl(), CtxInitUser32(), CtxUserYieldTask(), dc(), dch(), dcpt(), DdeAbandonTransaction(), DdeClientTransaction(), DdeDisconnect(), DdeDisconnectList(), DdeEnableCallback(), DdeFreeDataHandle(), DdeFreeStringHandle(), DdeImpersonateClient(), DdeKeepStringHandle(), DdeNameService(), DdePostAdvise(), DdeSetUserHandle(), DdeUnaccessData(), DdeUninitialize(), DebugConvertToAnsi(), DebugGetWindowTextA(), DECLARE_INTERFACE_(), DefDlgProcWorker(), DefFrameProcWorker(), DefSetText(), DefWindowProcWorker(), DeleteClientClipboardHandle(), DeleteColorTransform(), CProfilePropertySheet::DeleteIsOK(), DeleteTaggedElement(), DeregisterShellHookWindow(), DestroyAcceleratorTable(), DestroyAniIcon(), DestroyCacheDC(), DestroyCaret(), DestroyClassBrush(), DestroyClassSmIcon(), DestroyCursor(), DestroyDesktop(), DestroyInputContext(), DestroyProcessesObjects(), DestroyProcessInfo(), DestroySMWP(), DestroyWindowSmIcon(), CResizeControlGeneric::DeterminBottomAttatchments(), CResizeControlGeneric::DeterminLeftAttatchments(), CResizeControlGeneric::DeterminRightAttatchments(), CResizeControlGeneric::DeterminTopAttatchments(), df(), di(), DialogBox2(), CPropertyPage::DialogProc(), CDialog::DialogProc(), DIBtoDIBV5(), dir(), DirectedScheduleTask(), DisassociateColorProfileFromDeviceW(), DisownClipboard(), DispatchLocalUnlock(), DispatchMessage(), DispatchMessageWorker(), DisplayModeTransition(), DlgDirListA(), DlgDirListComboBoxA(), DlgDirListComboBoxW(), DlgDirListW(), DlgDirSelectComboBoxExA(), DlgDirSelectExA(), DlgDirSelectExW(), DlgDirSelectHelper(), CResizeDlg::DlgProc(), CDlg::DlgProc(), DllMain(), DoBeep(), DoDrop(), DoesCPTagExist(), DoFontEnum(), DoPaint(), DoPaste(), DoStringPaste(), DoTimer(), DownSiren(), DrawBox(), DrawCaption(), DrawCaptionTemp(), DrawDiagonal(), DrawEdge(), DrawFocusRect(), DrawFrame(), DrawFrameControl(), DrawGrip(), DrawIcon(), DrawIconEx(), DrawIt(), DrawMenuBar(), DrawMenuItemCheckMark(), DrawMenuMark(), DrawPushButton(), DrawScrollArrow(), DrawStateA(), DrawStateW(), DrawSwitchWndHilite(), DrawTextExWorker(), DrawThumb2(), ds(), DsoDump(), dt(), DT_GetLineBreak(), DT_InitDrawTextInfo(), DumpConvInfo(), DWP_SetHotKey(), ECCalcChangeSelection(), ECCreate(), ECDoIMEMenuCommand(), ECGetBrush(), ECGetDBCSVector(), ECGetEditDC(), ECImeComposition(), ECInsertText(), ECIsAncestorActive(), ECIsCharNumeric(), ECIsDBCSLeadByte(), ECNcCreate(), ECResetTextInfo(), ECResultStrHandler(), ECSetIMEMenu(), ECSetMargin(), ECSetText(), ECTabTheTextOut(), ECWord(), EditWndProc(), EditWndProcWorker(), EnableEnumProc(), EnableMenuItem(), EnableWindow(), EndDeferWindowPos(), EndDialog(), CDlg::EndDialog(), EndTask(), EndTaskDlgProc(), EndTimeMeasurement(), EnterNew(), EnterReaderMode(), EnterReaderModeHelper(), EnumChildWindows(), EnumColorProfilesW(), EnumDesktopsA(), EnumDesktopsW(), EnumDesktopWindows(), EnumDisplaySettings(), EnumDisplaySettingsEx(), CScannerList::Enumerate(), EnumHwndDlgChildProc(), EnumPropsExA(), EnumPropsExW(), EnumPwndDlgChildProc(), EnumThreadWindows(), EnumWindows(), EnumWindowStationsA(), EnumWindowStationsW(), EqualMsg(), EqualRect(), ExcludeWindowRects(), ExitWindowsEx(), ExitWindowsWorker(), ExpandWindowList(), ExtractDDEDataInfo(), fakeImm_bd2(), FAllowForegroundActivate(), FalseUnicodeToRealUnicode(), FastGetProfileIntsW(), FastGetProfileStringW(), FastUpdateWinIni(), FastWriteProfileStringW(), FastWriteProfileValue(), FBadWindow(), FBitsTouch(), FCallerOk(), FChildVisible(), FHungApp(), FileExists(), FileOpenHookProc(), FileSaveHookProc(), FillInstances(), FillTriangle(), FilterKeys(), FinalUserInit(), FindCreateFont(), FindImeHotKeyByKey(), FindImeHotKeyByKeyWithLang(), FindTextHookProc(), FindWindowFromThread(), FIsParentDude(), FixLogfont(), FixupDdeExecuteIfNecessary(), FixupDlgLogFont(), FlashWindow(), FLastGuiThread(), FLayeredOrRedirected(), FlipUserTextOutW(), FlushAllButKeys(), FontEnum(), FreeConsole(), FreeCP(), FreeDDElParam(), FreeDesktop(), FreeListAdd(), FreeProfileObject(), FRemoveForegroundActivate(), FScrollEnabled(), FsgInvertCursor(), FsgReverseMousePointer(), FsgWriteToFrameBuffer(), FSwpTopmost(), FVisCountable(), GenerateNlsVkAltKey(), GenerateNlsVkKey(), GetAltTabInfo(), GetAppCompatFlags2ForPti(), GetBadAppCmdLine(), GetChar(), GetClassInfo(), GetClassInfoEx(), GetClientRect(), GetCMMInfo(), GetColorDirectoryW(), GetColorMatchingModule(), GetColorProfileElement(), GetColorProfileElementTag(), GetColorProfileFromHandle(), GetColorProfileHeader(), GetCountColorProfileElements(), GetCPAttributes(), GetCPClass(), GetCPCMMType(), GetCPConnSpace(), GetCPD(), GetCPDevSpace(), GetCPElement(), GetCPElementCount(), GetCPElementData(), GetCPElementDataSize(), GetCPElementDataType(), GetCPElementInfo(), GetCPElementSize(), GetCPElementType(), GetCPFlags(), GetCPManufacturer(), GetCPMediaWhitePoint(), GetCPModel(), GetCPRenderIntent(), GetCPSize(), GetCPTagIndex(), GetCPTagSig(), GetCPTarget(), GetCPVersion(), GetCPWhitePoint(), GetCRDInputOutputArraySize(), GetCSAFromProfile(), GetCursorPos(), GetDCOrgOnScreen(), GetDeviceData(), GetDlgItemInt(), GetFlags(), CEdge::GetFlexible(), GetHardErrorText(), GetHDevName(), GetHostColorSpaceArray(), GetHostCSA_Intent(), GetIconInfo(), GetImeInfoEx(), GetIMEShowStatus(), GetInputState(), GetKbdLangSwitch(), GetKeyboardLayoutName(), GetLastInputInfo(), GetLastTopMostWindowNoIME(), GetMenuDefaultItem(), GetMenuInfo(), GetMenuItemInfo(), GetMenuString(), GetMessage(), GetMonitorInfo(), GetNamedProfileInfo(), GetNearestMonitorSize(), GetNegABCwidthInfo(), GetpMenuState(), GetPrimaryMonitor(), GetProfileClassString(), GetPS2ColorRenderingDictionary(), GetPS2ColorRenderingIntent(), GetPS2ColorSpaceArray(), GetPS2CSA_DEFG_Intent(), GetPS2CSA_MONO(), GetPS2PreviewColorRenderingDictionary(), GetQueryType(), GetRealDllFileNameWorker(), GetRegIntFromID(), GetScrollInfo(), GetScrollRange(), GetServerIMEKeyboardLayout(), GetSignFromMappingMode(), GetSizeDialogTemplate(), GetStandardColorSpaceProfileW(), GetSystemLineJ(), GetSystemLineP(), GetSystemLineT(), GetTabbedTextExtentA(), GetUserObjectInformationA(), GetUserObjectSecurity(), GetWindowContextHelpId(), GetWindowRect(), GetWinStationInfo(), GiveForegroundActivateRight(), CColorMatchDialog::GoodParms(), GrayStringA(), GrayStringW(), GrowMem(), GrowProfile(), HandleKeyEvent(), HandleMediaChangeEvent(), HandleSysKeyEvent(), HanjaKeyHandler(), HardErrorHandler(), help(), HighBeep(), HighContrastHotKey(), HitTestScrollBar(), HMAllocObject(), HMDestroyObject(), HMFreeObject(), HMGrowHandleTable(), HMInitHandleTable(), HMMarkObjectDestroy(), HotKeyIDDispatcher(), Idf(), Idso(), IGetDeviceData(), ImeBroadCastMsg(), ImeCanDestroyDefIME(), ImeCanDestroyDefIMEforChild(), ImeControlHandler(), IMEIndicatorGetMenuIDData(), ImeIsUsableContext(), IMENonIMEToggle(), ImeSelectHandler(), ImeSetContextHandler(), ImeSystemHandler(), ImeUINotify(), ImeWndCreateHandler(), ImeWndProcWorker(), ImmActivateLayout(), ImmAssociateContextEx(), ImmCallImeConsoleIME(), ImmConfigureIMEA(), ImmConfigureIMEW(), ImmCreateSoftKeyboard(), ImmDestroyContext(), ImmDisableIME(), ImmDllInitialize(), ImmEnableIME(), ImmEnumInputContext(), ImmEscapeA(), ImmEscapeW(), ImmFreeLayout(), ImmGenerateMessage(), ImmGetCandidateWindow(), ImmGetCompositionFontA(), ImmGetCompositionFontW(), ImmGetCompositionStringA(), ImmGetCompositionStringW(), ImmGetCompositionWindow(), ImmGetConversionListW(), ImmGetConversionStatus(), ImmGetDescriptionA(), ImmGetGuideLineWorker(), ImmGetHotKey(), ImmGetIMEFileNameA(), ImmGetImeInfoEx(), ImmGetImeMenuItemsWorker(), ImmGetOpenStatus(), ImmGetStatusWindowPos(), ImmIMPGetIMEA(), ImmIMPGetIMEW(), ImmIMPQueryIMEA(), ImmIMPQueryIMEW(), ImmIMPSetIMEA(), ImmIMPSetIMEW(), ImmInitializeGlobals(), ImmIsIME(), ImmIsUIMessageA(), ImmIsUIMessageW(), ImmIsUIMessageWorker(), ImmLoadIME(), ImmLoadLayout(), ImmNotifyIME(), ImmPenAuxInput(), ImmPostMessages(), ImmPtInRect(), ImmRegisterClient(), ImmRegisterWordA(), ImmRegisterWordW(), ImmReleaseContext(), ImmSetActiveContext(), ImmSetCandidateWindow(), ImmSetCompositionFontA(), ImmSetCompositionFontW(), ImmSetCompositionStringA(), ImmSetCompositionStringW(), ImmSetCompositionStringWorker(), ImmSetCompositionWindow(), ImmSetConversionStatus(), ImmSetOpenStatus(), ImmSetStatusWindowPos(), ImmSimulateHotKey(), ImmSystemHandler(), ImmTranslateMessage(), ImmUnloadIME(), ImmUnlockIMC(), ImmUnlockIMCC(), ImmUnregisterWordA(), ImmUnregisterWordW(), ImmWINNLSEnableIME(), ImmWINNLSGetEnableStatus(), IMPGetIMEA(), IMPGetIMEW(), IMPGetIMEWorker(), IMPQueryIMEA(), IMPQueryIMEW(), IMPSetIMEA(), IMPSetIMEW(), InflateRect(), InitApplication(), InitClientDrawing(), InitClsMenuName(), InitCreateUserCrit(), InitializeClientPfnArrays(), InitializeCustomCP(), InitializeInstance(), InitializeRestrictedStuff(), InitiateEnumerationProc(), InitiateWin32kCleanup(), InitInstance(), InitOLEFormats(), InitSecurity(), InitTask(), InitUserScreen(), InitWindowClass(), InnerGrayStringAorW(), InquireIme(), InSendMessage(), InsertMenu(), InsertMenuItem(), CProfile::Install(), InstallColorProfileW(), InternalAssociateColorProfileWithDevice(), InternalCreateDialog(), InternalCreateProfileFromLCS(), InternalDialogBox(), InternalDisassociateColorProfileFromDevice(), InternalEnumColorProfiles(), InternalEnumObjects(), InternalEnumWindows(), InternalFreeDataHandle(), InternalGetCandidateListWtoA(), InternalGetColorDirectory(), InternalGetCompositionStringA(), InternalGetDeviceConfig(), InternalGetPS2ColorRenderingDictionary(), InternalGetPS2ColorRenderingIntent(), InternalGetPS2ColorSpaceArray(), InternalGetPS2PreviewCRD(), InternalGetSCSProfile(), InternalGetWindowText(), InternalInsertMenuItem(), InternalInstallColorProfile(), InternalInvalidate2(), InternalInvalidate3(), InternalOpenColorProfile(), InternalRegisterClassEx(), InternalRegisterCMM(), InternalScrollDC(), InternalSCS_SETSTR(), InternalSetClipboardData(), InternalSetProp(), InternalSetSCSProfile(), InternalUninstallColorProfile(), InternalUnregisterCMM(), IntersectRect(), IntersectWithParents(), InvertRect(), InvertSelection(), IPostQuitMessage(), Is31TrayWindow(), IsAdmin(), IsAnsiIMC(), IsBehind(), IsCharAlphaA(), IsCharAlphaNumericA(), IsCharAlphaNumericW(), IsCharAlphaW(), IsCharLowerA(), IsCharLowerW(), IsCharUpperA(), IsCharUpperW(), IsChild(), IsChildSameThread(), IsColorProfileTagPresent(), IsColorProfileValid(), IsDBCSEnabledSystem(), IsDbcsExemptionForHighAnsi(), IsDialogMessageA(), IsDialogMessageW(), ISelFromPt(), CString::IsEmpty(), IsEmptyString(), CGuide::IsEqual(), CString::IsEqualString(), ISetDeviceData(), IsForegroundThread(), CResizeControlGeneric::IsGrowsHigh(), CResizeControlGeneric::IsGrowsWide(), IsHandleEntrySecure(), CEdge::IsHorizontal(), CGuide::IsHorizontal(), IsHungAppWindow(), IsIconic(), IsIMMEnabledSystem(), CGlobals::IsInstalled(), CProfile::IsInstalled(), IsInterestingPath(), IsMaxedRect(), IsMenu(), IsMetaFile(), IsMFMWFPWindow(), IsMidEastEnabledSystem(), IsNotBiDILayout(), IsNumberInUnicodeList(), IsOwnee(), IsPauseKey(), IsPrivileged(), IsRectEmpty(), IsReferenceTag(), IsRemoteSession(), IsRootPopupMenu(), IsSAS(), IsSelected(), IsSmallerThanScreen(), IsSRGB(), IsSRGBColorProfile(), IsStillWindowC(), IsStringInMultiSz(), IsSysFontAndDefaultMode(), IsTokenRestricted(), IsTopmostRealApp(), IsTrayWindow(), IsUnicodeFullWidth(), CProfile::IsValid(), CDeviceList::IsValidDeviceName(), CAllDeviceList::IsValidDeviceName(), CScannerList::IsValidDeviceName(), CMonitorList::IsValidDeviceName(), CPrinterList::IsValidDeviceName(), CEdge::IsVertical(), CGuide::IsVertical(), IsVisible(), IsVSlick(), IsWindow(), IsWindowEnabled(), IsWindowUnicode(), IsWindowVisible(), IsWordDelim(), IsZoomed(), JCloseOpen(), JobCalloutAddProcess(), JobCalloutTerminate(), JTransCompositionA(), JTransCompositionW(), KbdLayerRealDllFile(), KbdLayerRealDllFileForWBT(), KbdLayerRealDllFileNT4(), KbdNlsFuncTypeAlt(), KbdNlsFuncTypeDummy(), KbdNlsFuncTypeNormal(), KEnglishHangul(), KEOEMProcs(), KeyClick(), KHanjaConvert(), KillSystemTimer(), KillTimer2(), KShapeToggle(), LaunchHelp(), LaunchHelper(), LayerHitTest(), LBGetDC(), LBGetItemRect(), LBPrintCallback(), LBSetTabStops(), LFontWtoLFontA(), ListBoxWndProcWorker(), LoadAppDlls(), LoadBmp(), LoadCP(), LoadCPUserPreferences(), LoadCursorIconFromFileMap(), LoadCursorIconFromResource(), LoadCursorsAndIcons(), LoadFixVersionInfo(), LoadIME(), LoadLink(), LoadVarVersionInfo(), LoadVersionInfo(), LockMenuState(), CIcmUiFactory::LockServer(), LockSetForegroundWindow(), LockWindowUpdate2(), LowBeep(), LW_BrushInit(), LW_RegisterWindows(), main(), MainWndProc(), MakeIMENotify(), MapDesktop(), MapDialogRect(), MarkDCEInvalid(), MB_UpdateDlgItem(), MBC_RightJustifyMenu(), MDIAddSysMenu(), MDIClientWndProcWorker(), MDICompleteChildCreation(), MDIRemoveSysMenu(), MemAlloc(), MemFree(), MenuItemState(), MessageBeep(), MessageBoxWorker(), MESSAGECALL(), MKButtonSelect(), MLBuildchLines(), MLChar(), MLDeleteText(), MLDrawText(), MLEditWndProc(), MLEnsureCaretVisible(), MLInsertchLine(), MLInsertCrCrLf(), MLInsertText(), MLKeyDown(), MLMouseMotion(), MLPaint(), MLReplaceSel(), MLScroll(), MLSetCaretPosition(), MLSetTabStops(), MLUndo(), MNCreateAnimationBitmap(), mnDrawHilite(), MNDrawInsertionBar(), MNDrawMenu3DHotTracking(), MNEndMenuStateNotify(), MNEraseBackground(), MNFadeSelection(), MNFindNextValidItem(), MNIsCachedBmpOnly(), MNIsPopupItem(), MNSetupAnimationDC(), ModifyMenu(), MouseKeys(), MoveRect(), MsgBoxTimerFunc(), MsgWaitForMultipleObjectsEx(), MyPostImsMessage(), MySetCandidateWindow(), MySetCompFont(), MySetCompWindow(), NeedsEndEllipsis(), NeedsWindowEdge(), NewConversation(), NextTopWindow(), NextWordCallBack(), NlsAlphanumericModeProc(), NlsCodeInputToggleProc(), NlsConvOrNonConvProc(), NlsHelpOrEndProc(), NlsHiraganaModeProc(), NlsHomeOrClearProc(), NlsKanaEventProc(), NlsKanaModeToggleProc(), NlsKatakanaModeProc(), NlsLapseProc(), NlsNullProc(), NlsNumpadModeProc(), NlsRomanToggleProc(), NlsSbcsDbcsToggleProc(), NlsSendBaseVk(), NlsSendParamVk(), NlsTestKeyStateToggle(), NonConsoleProcessShutdown(), NotifyIMEProc(), NotifyLogon(), NtUserAttachThreadInput(), NtUserBitBltSysBmp(), NtUserBlockInput(), NtUserCallMsgFilter(), NtUserChangeClipboardChain(), NtUserClipCursor(), NtUserCloseClipboard(), NtUserCloseDesktop(), NtUserCloseWindowStation(), NtUserCreateCaret(), NtUserCreateWindowEx(), NtUserDdeGetQualityOfService(), NtUserDdeSetQualityOfService(), NtUserDefSetText(), NtUserDeleteMenu(), NtUserDestroyAcceleratorTable(), NtUserDestroyCursor(), NtUserDestroyInputContext(), NtUserDestroyMenu(), NtUserDestroyWindow(), NtUserDisableThreadIme(), NtUserDragDetect(), NtUserDrawAnimatedRects(), NtUserDrawCaption(), NtUserDrawCaptionTemp(), NtUserDrawIconEx(), NtUserEmptyClipboard(), NtUserEnableMenuItem(), NtUserEnableScrollBar(), NtUserEndDeferWindowPosEx(), NtUserEndMenu(), NtUserEndPaint(), NtUserEnumDisplayMonitors(), NtUserFillWindow(), NtUserFlashWindowEx(), NtUserGetAltTabInfo(), NtUserGetCaretPos(), NtUserGetClassInfo(), NtUserGetClipCursor(), NtUserGetComboBoxInfo(), NtUserGetCursorInfo(), NtUserGetDC(), NtUserGetGUIThreadInfo(), NtUserGetIconInfo(), NtUserGetIconSize(), NtUserGetImeHotKey(), NtUserGetImeInfoEx(), NtUserGetKeyboardLayoutName(), NtUserGetKeyboardState(), NtUserGetMenuBarInfo(), NtUserGetMenuItemRect(), NtUserGetMessage(), NtUserGetObjectInformation(), NtUserGetScrollBarInfo(), NtUserGetTitleBarInfo(), NtUserGetUpdateRect(), NtUserGetWindowPlacement(), NtUserHardErrorControl(), NtUserHideCaret(), NtUserHiliteMenuItem(), NtUserImpersonateDdeClientWindow(), NtUserInvalidateRect(), NtUserInvalidateRgn(), NtUserIsClipboardFormatAvailable(), NtUserKillTimer(), NtUserLockWindowUpdate(), NtUserLockWorkStation(), NtUserMNDragLeave(), NtUserMNDragOver(), NtUserMoveWindow(), NtUserNotifyProcessCreate(), NtUserOpenClipboard(), NtUserOpenDesktop(), NtUserOpenInputDesktop(), NtUserPaintDesktop(), NtUserPeekMessage(), NtUserPostMessage(), NtUserPostThreadMessage(), NtUserQuerySendMessage(), NtUserQueryUserCounters(), NtUserRedrawWindow(), NtUserRegisterHotKey(), NtUserRegisterTasklist(), NtUserRemoveMenu(), NtUserResolveDesktop(), NtUserResolveDesktopForWOW(), NtUserSBGetParms(), NtUserScrollDC(), NtUserScrollWindowEx(), NtUserSendMessageCallback(), NtUserSendNotifyMessage(), NtUserSetAppImeLevel(), NtUserSetClipboardData(), NtUserSetConsoleReserveKeys(), NtUserSetCursorContents(), NtUserSetCursorIconData(), NtUserSetImeHotKey(), NtUserSetImeInfoEx(), NtUserSetImeOwnerWindow(), NtUserSetInternalWindowPos(), NtUserSetKeyboardState(), NtUserSetLayeredWindowAttributes(), NtUserSetLogonNotifyWindow(), NtUserSetMenu(), NtUserSetMenuContextHelpId(), NtUserSetMenuDefaultItem(), NtUserSetMenuFlagRtoL(), NtUserSetObjectInformation(), NtUserSetProcessWindowStation(), NtUserSetProp(), NtUserSetShellWindowEx(), NtUserSetSysColors(), NtUserSetSystemCursor(), NtUserSetSystemMenu(), NtUserSetThreadDesktop(), NtUserSetWindowFNID(), NtUserSetWindowPlacement(), NtUserSetWindowPos(), NtUserShowCaret(), NtUserShowScrollBar(), NtUserShowWindow(), NtUserShowWindowAsync(), NtUserSwitchDesktop(), NtUserSystemParametersInfo(), NtUserThunkedMenuInfo(), NtUserThunkedMenuItemInfo(), NtUserToUnicodeEx(), NtUserTrackMouseEvent(), NtUserTrackPopupMenuEx(), NtUserTranslateMessage(), NtUserUnhookWindowsHookEx(), NtUserUnhookWinEvent(), NtUserUnloadKeyboardLayout(), NtUserUnlockWindowStation(), NtUserUnregisterClass(), NtUserUnregisterHotKey(), NtUserUpdateInputContext(), NtUserUpdateLayeredWindow(), NtUserUpdatePerUserSystemParameters(), NtUserUserHandleGrantAccess(), NtUserValidateHandleSecure(), NtUserValidateRect(), NtUserWaitForMsgAndEvent(), NtUserWaitMessage(), NtUserWin32PoolAllocationStats(), NtUserYieldTask(), OemToCharA(), OemToCharBuffA(), OemToCharBuffW(), OemToCharW(), OffsetRect(), CShellExtensionPage::OKToClose(), CPropertyPage::OnCommand(), CAdvancedPage::OnCommand(), CInstallPage::OnCommand(), CProfilePropertySheet::OnCommand(), CAddDeviceDialog::OnCommand(), CProfileAssociationPage::OnCommand(), CDialog::OnCommand(), CMonitorProfileManagement::OnCommand(), CPrinterProfileManagement::OnCommand(), CDeviceProfileManagement::OnCommand(), CColorMatchDialog::OnCommand(), CPropertyPage::OnContextMenu(), CAddDeviceDialog::OnContextMenu(), CProfileAssociationPage::OnContextMenu(), CDialog::OnContextMenu(), CMonitorProfileManagement::OnContextMenu(), CScannerProfileManagement::OnContextMenu(), CPrinterProfileManagement::OnContextMenu(), CColorMatchDialog::OnContextMenu(), CPropertyPage::OnDestroy(), CProfileInformationPage::OnDestroy(), CProfileAssociationPage::OnDestroy(), CPropertyPage::OnHelp(), CAddDeviceDialog::OnHelp(), CProfileAssociationPage::OnHelp(), CDialog::OnHelp(), CMonitorProfileManagement::OnHelp(), CScannerProfileManagement::OnHelp(), CPrinterProfileManagement::OnHelp(), CColorMatchDialog::OnHelp(), CPropertyPage::OnInit(), CAdvancedPage::OnInit(), CInstallPage::OnInit(), CProfilePropertySheet::OnInit(), CProfileInformationPage::OnInit(), CAddDeviceDialog::OnInit(), CProfileAssociationPage::OnInit(), CDialog::OnInit(), CMonitorProfileManagement::OnInit(), CScannerProfileManagement::OnInit(), CPrinterProfileManagement::OnInit(), CDeviceProfileManagement::OnInit(), CColorMatchDialog::OnInit(), CPropertyPage::OnNotify(), CProfilePropertySheet::OnNotify(), CProfileAssociationPage::OnNotify(), CDialog::OnNotify(), CMonitorProfileManagement::OnNotify(), CPrinterProfileManagement::OnNotify(), CDeviceProfileManagement::OnNotify(), OpenCandidateJapan(), OpenCandidateKorea(), OpenClipboard(), OpenColorProfileW(), OpenDesktopCompletion(), OpenDevice(), OpenFiles(), OpenIcon(), OpenKeyboardLayoutFile(), OpenMonitor(), OpenNewFile(), OpenPrtr(), OpenRegApi(), OpenScanner(), PaintRect(), ParkIcon(), PathIsUNC(), PeekMessage(), PostEventMessage(), PostMessage(), PostThreadMessage(), PrepareForLogoff(), PrependInputBuffer(), PrintDlgHookProc(), PrintSetupHookProc(), ProcessCommandLine(), ProcessCookedReadInput(), ProcessCtrlEvents(), ProcessDDEMLInitiate(), ProcessSyncDDEMessage(), PropRoutine(), PSMGetTextExtent(), PtInRect(), QueryTrackMouseEvent(), RawInputThread(), RawReadWaitRoutine(), ReadAByte(), ReadChars(), ReadChunk(), ReadFilePtr(), ReadFilePtrCopy(), ReadFilePtrUnaligned(), ReadInputBuffer(), ReadString(), ReadTag(), RealUnicodeToFalseUnicode(), REBASESHAREDPTR(), ReCreateDbcsScreenBuffer(), RecreateRedirectionBitmap(), ReferenceClass(), RegisterCMMA(), RegisterCMMW(), RegisterDeviceNotification(), RegisterForDeviceChangeNotifications(), RegisterLogonProcess(), RegisterShellHookWindow(), RegisterSoftKeyboard(), RegisterUserHungAppHandlers(), ReleaseCapture(), ReleaseDC(), RemotePassthruDisable(), RemoteShadowStart(), RemoveConsole(), RemoveEventMessage(), RemoveOverlap(), RemoveProcessFromJob(), RemovePublicObject(), ReplaceTextHookProc(), ReplyMessage(), CResizeControl::Resize(), CResizeControlGeneric::Resize(), CScaleDlg::ResizeControls(), CResizeDlg::ResizeControls(), ResizeScreenBuffer(), ResizeVisExcludeMemory(), ResStrCmp(), RestorePrivateMode(), CColorMatchDialog::Results(), ResultsDlgProc(), RtlCaptureAnsiString(), RtlCaptureLargeAnsiString(), RtlLoadObjectFromDIBFile(), RtlMBMessageWParamCharToWCS(), RtlVirtualUnwind(), RtlWCSMessageWParamCharToMB(), RW_RegisterControls(), RW_RegisterDDEML(), SaveAs(), SavePrivateMode(), SaveToFile(), SBSetParms(), ScaleDIB(), ScanHive(), ScreenToClient(), ScrollDC(), ScrollScreen(), SearchFile(), SearchForString(), SelectCMM(), SelectContextProc(), SelectInputContext(), SendMessageCallback(), SendMessageDiffThreadFunc(), SendNotificationProc(), SendNotifyMessage(), SetActivePalette(), SetActiveScreenBuffer(), SetAppCompatFlags(), SetAppImeCompatFlags(), SetCaretBlinkTime(), SetCaretPos(), SetClipboardData(), SetColorProfileElement(), SetColorProfileElementReference(), SetColorProfileElementSize(), SetColorProfileHeader(), SetConsoleCtrlHandler(), CResizeControlGeneric::SetControlAssociations(), SetCPLastError(), SetCursorPos(), SetDeskWallpaper(), SetDeviceData(), SetDlgItemInt(), SetDlgItemText(), SetDoubleClickTime(), SetEnableState(), SetEndTaskDlgStatus(), SetFilterKeys(), SetFlashWindowState(), SetFontForMCWVERTICAL(), SetForegroundWindow(), SetHandleFlag(), SetIconMetrics(), SetImeInfoEx(), SetInputBufferSize(), SetMenu(), SetMenuInfo(), SetMenuItemBitmaps(), SetMenuItemInfo(), SetMonitorData(), SetMouseKeys(), SetProgmanWindow(), SetProp(), SetRect(), SetRectEmpty(), SetScrollRange(), SetShellWindow(), SetSoundSentry(), SetStandardColorSpaceProfileW(), SetSystemCursor(), SetTaskmanWindow(), CPropertyPage::SettingChanged(), SetupClassAtoms(), SetupColorMatchingA(), SetupColorMatchingW(), SetUpConsoleInfo(), SetUserObjectSecurity(), SetVideoTimeout(), SetWindowContextHelpId(), SetWindowMetricFont(), SetWindowMetricInt(), SetWindowOrigin(), SetWindowRgn(), SetWindowStationUser(), SetWindowText(), SfnOUTCBOXSTRING(), SfnOUTLBOXSTRING(), SharedFree(), SharedRebaseToClient(), ShowFade(), ShowOwnedPopups(), SizeBoxHwnd(), SizeRect(), SKC1ButtonDown(), SKC1ButtonUp(), SKC1MouseMove(), SKC1SetCursor(), SkipChunk(), SKT1ButtonUp(), SKT1IsValidButton(), SKT1MouseMove(), SKT1SetCursor(), SKWndProcT1(), SLChar(), SLDrawText(), SLKeyDown(), SLMouseMotion(), SLReplaceSel(), SLScrollText(), SLUndo(), SmoothScrollWindowEx(), SpbCheckRect2(), SpbTransfer(), CResizeDlg::SpecialRowCol(), SPISetIconMetrics(), SPISetIconTitleFont(), SpontaneousClientMessage(), SpontaneousServerMessage(), SpoolerCopyFileEvent(), SrvSetConsoleHardwareState(), SrvSetConsolePalette(), SrvWin32HeapStat(), StartDeviceRead(), StaticCallback(), StaticWndProcWorker(), StoreSelection(), StreamScrollRegion(), SubtractRect(), SvRespAdviseDataAck(), SvSpontAdvise(), SvSpontExecute(), SvSpontPoke(), SvSpontRequest(), SvSpontUnadvise(), SvStartAdviseUpdate(), SwapMouseButton(), SwitchWindowsMenus(), SwpCalcVisRgn(), SyncSoftKbdState(), SystemParametersInfo(), TabbedTextOutA(), CProfile::TagContents(), TerminalServerRequestThread(), TestInputContextProcess(), TestVGAColors(), TestWindowProcess(), CGlobals::ThisIsAColorPrinter(), ThreadShutdownNotify(), ThunkedMenuItemInfo(), TileChildWindows(), ToAsciiEx(), ToggleKeys(), TooltipAnimate(), TrackBackground(), TrackMouseEvent(), TrackPopupMenu(), TransactionComplete(), TranslateBitmapBits(), TranslateColors(), TranslateMDISysAccel(), TranslateMessage(), TranslateMessageEx(), TransSetOpenJ(), TrulyMonochrome(), TShapeToggle(), TSW_CalcRowAndCol(), UnhookWindowsHook(), UninstallColorProfileW(), UnionRect(), UnlinkConvFromOthers(), UnlinkCursor(), UnloadKeyboardLayout(), UnlockDesktopSysMenu(), UnmaximizeChildWindows(), UnpackDDElParam(), UnqueueMouseEvent(), UnqueueThreadMessage(), UnregisterClass(), UnregisterCMMA(), UnregisterCMMW(), UnregisterDeviceNotification(), UnregisterForDeviceChangeNotifications(), UnregisterVDM(), UnsetActivePalette(), UnsetLayeredWindow(), UpdateCommandListPopup(), UpdateInputContext(), UpdateLinkIfChanged(), UpdatePerUserSystemParameters(), UpdateSKC1Window(), UpdateUserScreen(), UpdateWindow(), UpdateWinIniInt(), UpSiren(), User32InitializeImmEntryTable(), UserBeep(), UserClientDllInitialize(), UserClientShutdown(), UserGetCurrentDesktopId(), UserGetHwnd(), UserGetRedirectedWindowOrigin(), UserHardErrorEx(), UserIsFELineBreakEnd(), UserIsFullWidth(), UserIsUserCritSecIn(), UserLpkTabbedTextOut(), UserRecreateRedirectionBitmap(), UserReleaseDC(), UserScreenAccessCheck(), UserServerDllInitialization(), UserSetFont(), UserTextOutWInternal(), UserVisrgnFromHwnd(), UT_CaretSet(), UT_InvertCaret(), UtilityManager(), CResizeControl::Valid(), ValidateAndLockCursor(), ValidateConnectParameters(), ValidateCP(), ValidateCPElement(), ValidateDialogPwnd(), ValidateHandleSecure(), ValidateMENUINFO(), ValidateMENUITEMINFO(), ValidateOwnerDepth(), ValidateParentDepth(), ValidateParents(), ValidateRgn(), ValidateSmwp(), ValidateState(), ValidateTransaction(), ValidateWindowPos(), ValidateZorder(), ValidColorMatchingModule(), ValidColorSpace(), ValidHandle(), ValidProfile(), vCleanConvertedTTFs(), VisWindow(), VKFromVSC(), vMoveFileFromSystemToFontsDir(), vProcessFontEntry(), vSweepFonts(), VWPLAdd(), VWPLRemove(), WaitForZombieTerminate(), WakeSomeone(), WantImeWindow(), Win32kNtUserCleanup(), WinHelpA(), WinHelpW(), WINNLSEnableIME(), WINNLSGetEnableStatus(), WINNLSTranslateMessageJ(), WINNLSTranslateMessageK(), WinStationAPIInit(), WndProc(), WOWCleanup(), WowExitTask(), WowGetModuleFileName(), WOWModuleUnload(), WowServerLoadCreateCursorIcon(), WriteImeLayout(), WriteInputBuffer(), wvsprintfA(), wvsprintfW(), WWSB_DoSrvWriteConsole(), WWSB_DoWriteConsole(), WWSB_FillRectangle(), WWSB_WriteChars(), WWSB_WriteOutputString(), WWSB_WriteRectToScreenBuffer(), WWSB_WriteRegionToScreen(), xxxActivateApp(), xxxActivateDebugger(), xxxActivateOnMinimize(), xxxActivateThisWindow(), xxxActivateWindow(), xxxActiveWindowTracking(), xxxAddFullScreen(), xxxAllowSetForegroundWindow(), xxxAlterHilite(), xxxArrangeIconicWindows(), xxxBeginPaint(), xxxbFullscreenSwitch(), xxxBNReleaseCapture(), xxxBNSetCapture(), xxxButtonDrawCheck(), xxxButtonEvent(), xxxCalcClientRect(), xxxCalcValidRects(), xxxCallHandleMenuMessages(), xxxCallHook(), xxxCallHook2(), xxxCallJournalPlaybackHook(), xxxCallJournalRecordHook(), xxxCallMouseHook(), xxxCallNextHookEx(), xxxCBHideListBoxWindow(), xxxCBInvertStaticWindow(), xxxCBShowListBoxWindow(), xxxChangeClipboardChain(), xxxCheckFullScreen(), xxxCheckImeShowStatus(), xxxCleanupDdeConv(), xxxClientShutdown2(), xxxCloseClipboard(), xxxCloseDesktop(), xxxCreateCaret(), xxxCreateDesktop(), xxxCreateDesktop2(), xxxCreateDisconnectDesktop(), xxxCreateThreadInfo(), xxxCreateWindowEx(), xxxDDETrackGetMessageHook(), xxxDDETrackSendHook(), xxxDeactivate(), xxxDefWindowProc(), xxxDeleteMenu(), xxxDesktopPaintCallback(), xxxDestroyWindow(), xxxDlgDirListHelper(), xxxDoButtonEvent(), xxxDoHotKeyStuff(), xxxDragDetect(), xxxDragObject(), xxxDrawAnimatedRects(), xxxDrawCaptionTemp(), xxxDrawMenuBar(), xxxDrawMenuItem(), xxxDrawScrollBar(), xxxDrawState(), xxxDrawWallpaper(), xxxDWP_EraseBkgnd(), xxxDWP_SetCursor(), xxxDWP_SetIcon(), xxxDWPPrint(), xxxEmptyClipboard(), xxxEnableSBCtlArrows(), xxxEnableScrollBar(), xxxEnableWindow(), xxxEnableWndSBArrows(), xxxEndDeferWindowPosEx(), xxxEndMenu(), xxxEndMenuLoop(), xxxEndPaint(), xxxEnumDisplayMonitors(), xxxFillWindow(), xxxFlashWindow(), xxxFreeListFree(), xxxGetDummyText(), xxxGetMenuItemRect(), xxxGetRenderData(), xxxGetUpdateRect(), xxxGetUpdateRgn(), xxxGotoNextMnem(), xxxHandleMenuMessages(), xxxHardErrorControl(), xxxHiliteMenuItem(), xxxHkCallHook(), xxxHotTrack(), xxxHotTrackMenu(), xxxImmActivateThreadsLayout(), xxxImmProcessKey(), xxxInitInput(), xxxInitWindowStation(), xxxInsertMenuItem(), xxxInternalActivateKeyboardLayout(), xxxInternalEnumWindow(), xxxInternalGetMessage(), xxxInternalPaintDesktop(), xxxInternalUnloadKeyboardLayout(), xxxInterSendMsgEx(), xxxInvalidateDesktopOnPaletteChange(), xxxInvalidateRect(), xxxInvalidateRgn(), xxxInvertLBItem(), xxxIsDragging(), xxxKELocaleProcs(), xxxKENLSProcs(), xxxKeyEvent(), xxxLBBlockHilite(), xxxLbDir(), xxxLBInvalidateRect(), xxxLBoxCtlCharInput(), xxxLBoxCtlKeyInput(), xxxLBPaint(), xxxLBResetContent(), xxxLBSetCaret(), xxxLBSetCount(), xxxLBShowHideScrollBars(), xxxLBSize(), xxxLoadDesktopWallpaper(), xxxLoadKeyboardLayoutEx(), xxxLW_LoadFonts(), xxxMakeWindowForegroundWithState(), xxxMDIActivate(), xxxMDINext(), xxxMenuBarDraw(), xxxMenuWindowProc(), xxxMessageBeep(), xxxMetricsRecalc(), xxxMinMaximize(), xxxMKButtonClick(), xxxMKButtonDoubleClick(), xxxMKButtonSetState(), xxxMKMouseMove(), xxxMKToggleMouseKeys(), xxxMNAllocMenuState(), xxxMNButtonDown(), xxxMNCancel(), xxxMNCanClose(), xxxMNChar(), xxxMNCompute(), xxxMNDestroyHandler(), xxxMNDoScroll(), xxxMNDoubleClick(), xxxMNDragLeave(), xxxMNDragOver(), xxxMNGetBitmapSize(), xxxMNHideNextHierarchy(), xxxMNInvertItem(), xxxMNItemSize(), xxxMNKeyDown(), xxxMNKeyFilter(), xxxMNLoop(), xxxMNOpenHierarchy(), xxxMNPositionHierarchy(), xxxMNRemoveMessage(), xxxMNSetTop(), xxxMNStartMenu(), xxxMNSwitchToAlternateMenu(), xxxMNUpdateDraggingInfo(), xxxMouseActivate(), xxxMouseEventDirect(), xxxMoveEventAbsolute(), xxxMoveSwitchWndHilite(), xxxMoveWindow(), xxxMS_TrackMove(), xxxNewITopEx(), xxxNextWindow(), xxxNotifyImeShowStatus(), xxxOldMessageBeep(), xxxOldNextWindow(), xxxOpenClipboard(), xxxPaintIconsInSwitchWindow(), xxxPaintRect(), xxxProcessEventMessage(), xxxQueryDropObject(), xxxQueryInformationThread(), xxxReadPostMessage(), xxxRealDrawMenuItem(), xxxReceiveMessage(), xxxRecreateSmallIcons(), xxxRedrawTitle(), xxxRedrawWindow(), xxxRegisterUserHungAppHandlers(), xxxReleaseCapture(), xxxRemotePassthruEnable(), xxxRemoteReconnect(), xxxRemoveDeleteMenuHelper(), xxxRemoveFullScreen(), xxxRemoveMenu(), xxxResetWorld(), xxxResolveDesktop(), xxxResolveDesktopForWOW(), xxxRestoreDlgFocus(), xxxSaveDlgFocus(), xxxSBWndProc(), xxxScanSysQueue(), xxxScrollWindowEx(), xxxSendBSMtoDesktop(), xxxSendEraseBkgnd(), xxxSendMessageCallback(), xxxSendMessageToUI(), xxxSendMinRectMessages(), xxxSendNotifyMessage(), xxxSetAndDrawMinMetrics(), xxxSetAndDrawNCMetrics(), xxxSetClassIcon(), xxxSetClassIconEnum(), xxxSetDeskPattern(), xxxSetDeskWallpaper(), xxxSetDialogSystemMenu(), xxxSetForegroundWindow(), xxxSetForegroundWindow2(), xxxSetIMEShowStatus(), xxxSetInternalWindowPos(), xxxSetLBScrollParms(), xxxSetLPITEMInfo(), xxxSetMenu(), xxxSetMenuInfo(), xxxSetMenuItemInfo(), xxxSetNCFonts(), xxxSetParent(), xxxSetProcessInitState(), xxxSetProcessWindowStation(), xxxSetScrollBar(), xxxSetShellWindow(), xxxSetSPIMetrics(), xxxSetStaticImage(), xxxSetSysColors(), xxxSetSysMenu(), xxxSetSystemMenu(), xxxSetThreadDesktop(), xxxSetWindowData(), xxxSetWindowNCMetrics(), xxxSetWindowPlacement(), xxxSetWindowPos(), xxxSetWindowRgn(), xxxSetWindowStyle(), xxxShowOwnedPopups(), xxxShowOwnedWindows(), xxxShowScrollBar(), xxxShowSwitchWindow(), xxxShowWindow(), xxxSkipSysMsg(), xxxSleepTask(), xxxSleepThread(), xxxSnapWindow(), xxxSPISetMinMetrics(), xxxSPISetNCMetrics(), xxxStaticPaint(), xxxStickyKeys(), xxxStubSetForegroundWindow(), xxxSwitchDesktop(), xxxSwitchToThisWindow(), xxxSwpActivate(), xxxSystemParametersInfo(), xxxTA_AccelerateMenu(), xxxTrackBox(), xxxTrackCaptionButton(), xxxTrackInitSize(), xxxTrackMouse(), xxxTrackMouseMove(), xxxTrackPopupMenuEx(), xxxTranslateAccelerator(), xxxTranslateMessage(), xxxTwoKeysDown(), xxxUnlatchStickyKeys(), xxxUnloadKeyboardLayout(), xxxUnlockMenuState(), xxxUpdatePerUserAccessPackSettings(), xxxUpdatePerUserSystemParameters(), xxxUpdateTray(), xxxUpdateWindow(), xxxUpdateWindows(), xxxUserChangeDisplaySettings(), xxxUserFindHandleForObject(), xxxUserNotifyConsoleApplication(), xxxUserNotifyProcessCreate(), xxxUserPowerEventCalloutWorker(), xxxUserPowerStateCalloutWorker(), xxxUserYield(), xxxValidateRect(), xxxValidateRgn(), xxxWaitMessage(), ZOrderByOwner2(), zzzActiveCursorTracking(), zzzAttachThreadInput(), zzzBltValidBits(), zzzChangeStates(), zzzClipCursor(), zzzDestroyCaret(), zzzDestroyQueue(), zzzHideCaret(), zzzInvalidateDCCache(), zzzJournalAttach(), zzzReattachThreads(), zzzRecalc2(), zzzSetCaretPos(), zzzSetCursorPos(), zzzSetSystemCursor(), zzzSetSystemImage(), zzzSetWindowsHookEx(), zzzShowCaret(), zzzUnhookWindowsHook(), and zzzUnhookWindowsHookEx().

typedef unsigned char BYTES
 

Definition at line 60 of file aug98/dll32/icc_i386.h.

Referenced by GetPS2PreviewColorRenderingDictionary().

typedef unsigned long CSIG
 

Definition at line 74 of file aug98/dll32/icc_i386.h.

Referenced by ColorSpaceControl(), CreateCRDControl(), CreateHostLutCRD(), CreateINTENTControl(), CreateLutCRD(), CreateMonoCRD(), CreateProfCRDControl(), GetCRDInputOutputArraySize(), GetHostColorRenderingDictionary(), GetHostColorSpaceArray(), GetHostCSA(), GetHostCSA_Intent(), GetPS2ColorRenderingDictionary(), GetPS2ColorSpaceArray(), GetPS2CSA_ABC(), GetPS2CSA_ABC_LAB(), GetPS2CSA_DEFG(), GetPS2CSA_DEFG_Intent(), GetPS2CSA_MONO_A(), GetPS2CSA_MONO_ABC(), GetPS2PreviewColorRenderingDictionary(), GetPublicArrayName(), GetTRCElementSize(), ValidateCP(), ValidateCPElement(), and ValidColorSpace().

typedef ATTRIB __far* LPATTRIB
 

Definition at line 108 of file aug98/dll32/icc_i386.h.

Referenced by GetCPAttributes().

typedef BYTES __far* LPBYTES
 

Definition at line 104 of file aug98/dll32/icc_i386.h.

typedef icCurveType __huge* lpcpCurveType
 

Definition at line 117 of file aug98/dll32/icc_i386.h.

Referenced by CreateColSpArray(), CreateColSpProc(), CreateHostTRCInputTable(), CreateMatrixCRD(), CreateMonoCRD(), CreateRevArray(), GetPS2CSA_MONO_A(), GetPS2CSA_MONO_ABC(), GetRevCurve(), GetTRCData(), and SendRevArray().

typedef icHeader __huge* lpcpHeader
 

Definition at line 112 of file aug98/dll32/icc_i386.h.

Referenced by GetCPClass(), GetCPCMMType(), GetCPConnSpace(), GetCPDevSpace(), GetCPFlags(), GetCPManufacturer(), GetCPModel(), GetCPRenderIntent(), GetCPSize(), GetCPTarget(), GetCPVersion(), and GetCPWhitePoint().

typedef icLut16Type __huge* lpcpLut16Type
 

Definition at line 118 of file aug98/dll32/icc_i386.h.

Referenced by CreateHostInputOutputArray(), CreateHostLutCRD(), CreateInputArray(), CreateLutCRD(), CreateOutputArray(), GetCLUTinfo(), GetHostCSA(), GetPS2CSA_DEFG(), and SendCRDABC().

typedef icLut8Type __huge* lpcpLut8Type
 

Definition at line 119 of file aug98/dll32/icc_i386.h.

Referenced by CreateHostInputOutputArray(), CreateHostLutCRD(), CreateInputArray(), CreateLutCRD(), CreateOutputArray(), GetCLUTinfo(), GetHostCSA(), GetPS2CSA_DEFG(), and SendCRDABC().

typedef icProfile __huge* lpcpProfile
 

Definition at line 111 of file aug98/dll32/icc_i386.h.

Referenced by DoesCPTagExist(), GetCPElementCount(), GetCPElementInfo(), and GetCPTagIndex().

typedef icTag __huge* lpcpTag
 

Definition at line 114 of file aug98/dll32/icc_i386.h.

Referenced by DoesCPTagExist(), GetCPElement(), GetCPElementData(), GetCPElementDataSize(), GetCPElementInfo(), GetCPElementSize(), GetCPTagIndex(), and GetCPTagSig().

typedef icTagBase __huge* lpcpTagBase
 

Definition at line 115 of file aug98/dll32/icc_i386.h.

Referenced by GetCPElementType().

typedef icTagList __huge* lpcpTagList
 

Definition at line 113 of file aug98/dll32/icc_i386.h.

Referenced by DoesCPTagExist(), GetCPElementCount(), GetCPElementInfo(), and GetCPTagIndex().

typedef icXYZType __huge* lpcpXYZType
 

Definition at line 120 of file aug98/dll32/icc_i386.h.

Referenced by CreateColorantArray(), CreateFloatString(), and GetCPMediaWhitePoint().

typedef CSIG __far* LPCSIG
 

Definition at line 107 of file aug98/dll32/icc_i386.h.

Referenced by ColorSpaceControl(), CreateHostLutCRD(), CreateLutCRD(), CreateMonoCRD(), GetCRDInputOutputArraySize(), GetHostColorSpaceArray(), GetHostCSA(), GetPS2ColorSpaceArray(), GetPS2CSA_ABC(), GetPS2CSA_ABC_LAB(), GetPS2CSA_DEFG(), GetPS2CSA_MONO_A(), GetPS2CSA_MONO_ABC(), GetPS2PreviewColorRenderingDictionary(), GetTRCElementSize(), ValidateCP(), and ValidateCPElement().

typedef MEMPTR __far* LPMEMPTR
 

Definition at line 109 of file aug98/dll32/icc_i386.h.

Referenced by CreateColorantArray(), CreateColSpArray(), CreateColSpProc(), CreateFloatString(), CreateHostLutCRD(), CreateHostRevTRCInputTable(), CreateLutCRD(), CreateMatrixCRD(), CreateMonoCRD(), GetCPElement(), GetCPElementData(), GetCPElementDataSize(), GetCPElementDataType(), GetCPElementSize(), GetCPElementType(), GetCPMediaWhitePoint(), GetCPTagSig(), GetCRDInputOutputArraySize(), GetHostCSA(), GetHostMatrixCSAorCRD(), GetPS2CSA_DEFG(), GetPS2CSA_MONO_A(), GetPS2CSA_MONO_ABC(), GetPS2PreviewColorRenderingDictionary(), GetTRCData(), IsSRGB(), LoadCP(), and MemAlloc().

typedef SFLOAT __far* LPSFLOAT
 

Definition at line 106 of file aug98/dll32/icc_i386.h.

Referenced by CreateHostLutCRD(), CreateLutCRD(), CreateMatrixCRD(), CreateMonoCRD(), GetCPWhitePoint(), GetHostCSA(), GetHostMatrixCSAorCRD(), GetMediaWP(), GetPS2CSA_ABC(), GetPS2CSA_ABC_LAB(), GetPS2CSA_DEFG(), GetPS2CSA_MONO_A(), and GetPS2CSA_MONO_ABC().

typedef SINT __far* LPSINT
 

Definition at line 105 of file aug98/dll32/icc_i386.h.

Referenced by CreateColorantArray(), CreateColSpArray(), CreateColSpProc(), CreateFloatString(), CreateHostLutCRD(), CreateLutCRD(), CreateMonoCRD(), GetCPElementCount(), GetCPMediaWhitePoint(), GetCRDInputOutputArraySize(), GetCSAFromProfile(), GetHostColorRenderingDictionary(), GetHostCSA(), GetHostCSA_Intent(), GetHostMatrixCSAorCRD(), GetPS2ColorRenderingDictionary(), GetPS2ColorRenderingIntent(), GetPS2CSA_DEFG(), GetPS2CSA_DEFG_Intent(), GetPS2CSA_MONO_A(), GetPS2CSA_MONO_ABC(), and GetTRCElementSize().

typedef BYTES __huge* MEMPTR
 

Definition at line 80 of file aug98/dll32/icc_i386.h.

Referenced by BeginGlobalDict(), ColorSpaceControl(), ConvertBinaryData2Ascii(), CreateColorantArray(), CreateColSpArray(), CreateColSpProc(), CreateCRDControl(), CreateFloatString(), CreateHostInputOutputArray(), CreateHostLutCRD(), CreateHostRevTRCInputTable(), CreateHostTRCInputTable(), CreateInputArray(), CreateINTENTControl(), CreateLutCRD(), CreateMatrixCRD(), CreateMonoCRD(), CreateOutputArray(), CreateProfCRDControl(), CreateRevArray(), DoesCPTagExist(), EnableGlobalDict(), EndGlobalDict(), GetCPElement(), GetCPElementData(), GetCPElementDataSize(), GetCPElementDataType(), GetCPElementInfo(), GetCPElementSize(), GetCPElementType(), GetCPMediaWhitePoint(), GetCPTagIndex(), GetCPTagSig(), GetCRDInputOutputArraySize(), GetDeviceCMYK(), GetDeviceGray(), GetDeviceRGB(), GetHostCSA(), GetHostMatrixCSAorCRD(), GetPS2ColorSpaceArray(), GetPS2CSA_ABC(), GetPS2CSA_ABC_LAB(), GetPS2CSA_DEFG(), GetPS2CSA_MONO_A(), GetPS2CSA_MONO_ABC(), GetPS2PreviewColorRenderingDictionary(), GetPublicArrayName(), GetRevCurve(), IsSRGB(), LoadCP(), MemAlloc(), SendCRDABC(), SendCRDBWPoint(), SendCRDLMN(), SendCRDOutputTable(), SendCRDPQR(), SendCSABWPoint(), SendRevArray(), TableInterp3(), TableInterp4(), WriteAscii85(), WriteASCII85Cont(), WriteHexBuffer(), and WriteInt().

typedef SFLOAT __huge* PFLOAT
 

Definition at line 86 of file aug98/dll32/icc_i386.h.

typedef MEMPTR __huge* PMEMPTR
 

Definition at line 82 of file aug98/dll32/icc_i386.h.

Referenced by CheckInputOutputTable().

typedef SHORT __huge* PSHORT
 

Definition at line 84 of file aug98/dll32/icc_i386.h.

Referenced by LdrProcessRelocationBlock(), and WWSB_AdjustCursorPosition().

typedef USHORT __huge* PUSHORT
 

Definition at line 85 of file aug98/dll32/icc_i386.h.

Referenced by CheckInputOutputTable(), CmpMatchPModeRule(), CmpMatchPointerRule(), CompareNamesCaseSensitive(), ComputeNameLength(), CookedRead(), CreateHostInputOutputArray(), CreateHostTRCInputTable(), CreateInputArray(), CreateMonoCRD(), CreateOutputArray(), CreateRevArray(), Dump(), EditFat(), FsRtlDoesNameContainWildCards(), GetRevCurve(), KdpReadIoSpace(), KdpReadIoSpaceExtended(), KdpWriteIoSpace(), KdpWriteIoSpaceExtended(), KeI386GetLid(), Ki386CheckDelayedNpxTrap(), Ki386CheckDivideByZeroTrap(), Ki386VdmDispatchIo(), Ki386VdmDispatchStringIo(), KiEmulateByteWord(), LdrProcessRelocationBlock(), LdrpSnapThunk(), LdrRelocateImage(), LdrVerifyMappedImageMatchesChecksum(), LfsFlushLfcb(), LoadVarVersionInfo(), LowGetDiskLayout(), LowSetDiskLayout(), MiCheckDosCalls(), MiFindExportedRoutineByName(), MiLocateExportName(), MiLocateKernelSections(), MiSnapThunk(), MiVerifyImageHeader(), ProcessCommandListInput(), PushPmInterrupt(), PushRmInterrupt(), RtlConsoleMultiByteToUnicodeN(), RtlCustomCPToUnicodeN(), RtlInitCodePageTable(), RtlMultiByteToUnicodeN(), RtlOemToUnicodeN(), RtlResetRtlTranslations(), RtlUnicodeToCustomCPN(), RtlUpcaseUnicodeToCustomCPN(), ScanHexFormat(), UdfInitializeCrc16(), VdmDispatchIoToHandler(), WriteIntStringU2S_L(), xHalExamineMBR(), xHalIoClearPartitionTable(), xHalIoReadPartitionTable(), xHalIoSetPartitionInformation(), and xHalIoWritePartitionTable().

typedef float SFLOAT
 

Definition at line 69 of file aug98/dll32/icc_i386.h.

Referenced by CreateColorantArray(), CreateLutCRD(), CreateMatrixCRD(), CreateMonoCRD(), GetCPMediaWhitePoint(), GetCPWhitePoint(), GetPS2CSA_ABC(), GetPS2CSA_ABC_LAB(), GetPS2CSA_DEFG(), GetPS2CSA_MONO_A(), GetPS2CSA_MONO_ABC(), and GetRevCurve().

typedef short SHORT
 

Definition at line 62 of file aug98/dll32/icc_i386.h.

Referenced by _GetAsyncKeyState(), _GetKeyState(), _GetMessagePos(), AddCommand(), AllocateCommandHistory(), AtFirstCommand(), BeginPopup(), CalculateNewSize(), CallNextHookEx(), ComboBoxWndProcWorker(), CommandListPopup(), CommandNumberPopup(), ConsoleWindowProc(), CopyRectangle(), CreateConsoleBitmap(), CreateCursor(), CreateDlgFont(), CreateIcon(), CreateIconIndirect(), DefWindowProcWorker(), DoCreateScreenBuffer(), DoStringPaste(), DrawCommandListBorder(), DrawCommandListPopup(), DrawPromptPopup(), dt(), EmptyCommandHistory(), EndPopup(), EnumerateFonts(), ExConvertExclusiveToSharedLite(), ExReleaseResourceForThreadLite(), ExReleaseResourceLite(), FE_StreamWriteToScreenBuffer(), FE_TranslateOutputToAnsiUnicodeInternal(), FE_WriteRegionToScreenHW(), FindAttrIndex(), FindMatchingCommand(), FindMnemChar(), FontEnum(), FreeCommandHistoryBuffers(), FreeScreenBuffer(), FsgInvertCursor(), FsgReverseMousePointer(), FsVgaWriteToFrameBuffer(), GetAsyncKeyState(), GetAvailableFonts(), GetChar(), GetCurrentFont(), GetKeyState(), GetScreenBufferInformation(), GetTaskName(), GetWindowLimits(), HandleKeyEvent(), HandleMouseEvent(), HorizontalScroll(), InitializeFullScreen(), InitializeSystemMetrics(), InternalCreateDialog(), InternalVkKeyScanEx(), InvertPixels(), KeContextFromKframes(), KeContextToKframes(), KeContextToKframesSpecial(), KeUserModeCallback(), KiEmulateByteWord(), KiEmulateReference(), KiFlushUserRseState(), KiInitializeUserApc(), LdrProcessRelocationBlock(), LfsRestartLogFile(), main(), MergeAttrStrings(), MiWriteComplete(), MyInvert(), NtUserGetAsyncKeyState(), NtUserGetKeyboardState(), NtUserGetKeyState(), NtUserVkKeyScanEx(), OemKeyScan(), PostMove(), ProcessCommandLine(), ProcessCommandListInput(), ProcessCommandNumberInput(), ProcessCookedReadInput(), ProcessCopyToCharInput(), ProcessInterruptRegion(), ProcessResizeWindow(), PropertiesUpdate(), PspGetContext(), PspGetSetContextSpecialApcMain(), PspSetContext(), ReadChars(), ReadConsoleOutputInternal(), ReadOutputString(), ReadRectFromScreenBuffer(), ReadScreenBuffer(), ReallocCommandHistory(), ReCreateDbcsScreenBufferWorker(), RedrawCommandLine(), RemoveCommand(), ResetTextFlags(), ResizeCommandHistoryBuffers(), ResizeScreenBuffer(), RestorePreservedRegisterFromGR(), RetrieveNumberOfSpaces(), RetrieveTotalNumberOfSpaces(), RtlDispatchException(), RtlInitAnsiString(), RtlInitString(), RtlpCaptureRnats(), RtlUnwind2(), RtlVirtualUnwind(), SB_TranslateOutputToAnsiUnicode(), SB_TranslateOutputToOem(), SB_TranslateOutputToOemUnicode(), SB_TranslateOutputToUnicode(), ScrollEntireScreen(), ScrollIfNecessary(), ScrollRegion(), ScrollScreen(), SearchForString(), SetCurrentCommandLine(), SetRAMFont(), SetRAMFontCodePage(), SetScreenBufferFont(), SetScreenColors(), SetWindowOrigin(), SrvCreateConsoleScreenBuffer(), SrvGetConsoleCommandHistory(), SrvGetConsoleCommandHistoryLength(), SrvGetLargestConsoleWindowSize(), SrvReadConsoleOutput(), SrvSetConsoleCursorPosition(), SrvSetConsoleWindowInfo(), SrvWriteConsoleOutput(), StoreSelection(), StreamScrollRegion(), UpdateCommandListPopup(), UpdateComplexRegion(), UpdateHighlight(), UpdatePopups(), VerticalScroll(), VkKeyScan(), VkKeyScanEx(), WinHelpA(), WriteConsoleOutputInternal(), WriteScreenBuffer(), wvsprintfW(), WWSB_AdjustCursorPosition(), WWSB_ConsolePolyTextOut(), WWSB_DoWriteConsole(), WWSB_FillOutput(), WWSB_FillRectangle(), WWSB_PolyTextOutCandidate(), WWSB_WriteChars(), WWSB_WriteOutputString(), WWSB_WriteRectToScreenBuffer(), WWSB_WriteRegionToScreen(), xxxActiveWindowTracking(), xxxButtonEvent(), xxxDefWindowProc(), xxxDoButtonEvent(), xxxMouseActivate(), and xxxMS_TrackMove().

typedef signed long SINT
 

Definition at line 66 of file aug98/dll32/icc_i386.h.

typedef unsigned short USHORT
 

Definition at line 64 of file aug98/dll32/icc_i386.h.

Referenced by _InternalGetIconInfo(), AddConsoleAliasA(), AddConsoleAliasInternal(), AddConsoleAliasW(), AddExeAliasList(), AllocAce(), AllocateCommandHistory(), AllocatePoolInternal(), AllocConsole(), AllocQueue(), ArbPruneOrdering(), CalculateCHSVals(), CcAllocateObcb(), CcInitializeCacheManager(), ChangeMemberState(), CheckInputOutputTable(), ChkSum(), CliSetSingleHotKey(), CmpAddDriverToList(), CmpAddInfoAfterParseFailure(), CmpAddToLeaf(), CmpAppendSection(), CmpCloneHwProfile(), CmpCompareCompressedName(), CmpCompressedNameSize(), CmpComputeHashValue(), CmpConstructName(), CmpConvertLangId(), CmpCopyName(), CmpCreateKeyControlBlock(), CmpCreatePerfKeys(), CmpDereferenceKeyControlBlockWithLock(), CmpDoSort(), CmpFindNLSData(), CmpFindRSDTTable(), CmpGetAcpiProfileInformation(), CmpGetAddRegInfData(), CmpGetBiosDate(), CmpGetBiosVersion(), CmpGetHiveName(), CmpGetNameControlBlock(), CmpGetNextName(), CmpGetSymbolicLink(), CmpGetValueKeyFromCache(), CmpInitializeHiveList(), CmpInitializeKeyNameString(), CmpInitializeMachineDependentConfiguration(), CmpLoadHiveVolatile(), CmpMoveBiosAliasTable(), CmpNameFromAttributes(), CmpNameSize(), CmpOpenHiveFiles(), CmpParseKey(), CmpQueryKeyData(), CmpQueryKeyName(), CmpQueryKeyValueData(), CmpReferenceKeyControlBlock(), CmpReportNotifyHelper(), CmpSearchForOpenSubKeys(), CmpSetupConfigurationTree(), CmpSortDriverList(), CmpSplitLeaf(), CmQueryKey(), CmSaveKey(), CmSaveMergedKeys(), ComputeSecPerCluster(), ConsoleClientConnectRoutine(), CookedRead(), CopyStream(), CreateDAclToken(), CreateHostInputOutputArray(), CreateHostLutCRD(), CreateHostMatrixCSAorCRD(), CreateHostTRCInputTable(), CsrCaptureMessageString(), CsrpConnectToServer(), DbgPrint(), DbgPrintReturnControlC(), DbgPrompt(), DeviceNotify(), Directory(), DisplayAccountSid(), DriverEntry(), dt(), DumpKeys(), ECLock(), ECUnlock(), ExAllocatePool(), ExpComputeLookasideDepth(), ExpGetLookasideInformation(), ExpGetProcessInformation(), ExpInsertPoolTracker(), ExpQueryModuleInformation(), ExpSystemErrorHandler(), ExQuerySystemLockInformation(), ExTest(), ExtractColumn(), ExUuidCreate(), FalseUnicodeToRealUnicode(), FillConsoleOutputCharacterA(), FillConsoleOutputCharacterW(), FindDialogProc(), FindExe(), FindExeCommandHistory(), FindMatchingCommand(), FmtFillFormatBuffer(), FsRtlDissectDbcs(), FsRtlDissectName(), FsRtlInitializeTunnels(), FsRtlIsDbcsInExpression(), FsRtlIsNameInExpressionPrivate(), FsRtlNotifyFullReportChange(), FsRtlNotifyReportChange(), FsRtlNotifyVolumeEvent(), FsVgaLogError(), FsVgaServiceParameters(), GenerateDescriptor(), GetClassNameW(), GetConsoleAliasInternal(), GetConsoleInputExeNameA(), GetCurrentExeName(), GetExeName(), GetHostCSA(), GetHostMatrixCSAorCRD(), GetImeModeSaver(), GetNextReparseVolumePath(), GetPS2PreviewColorRenderingDictionary(), GetRevCurve(), GetServerIMEKeyboardLayout(), GetSystemLineJ(), GetSystemLineP(), GetSystemLineT(), ImmPenAuxInput(), InitializeCustomCP(), InitializeRestrictedStuff(), InternalGetPS2PreviewCRD(), InternalMapVirtualKeyEx(), InternalRegisterClassEx(), IoAllocateMdl(), IoCreateController(), IoCreateDevice(), IoCreateDriver(), IoCreateFile(), IoepUnicodeStringCatN(), IoInitializeIrp(), IoInitSystem(), IoIsValidNameGraftingBuffer(), IoMakeAssociatedIrp(), IopAllocateDeviceNode(), IopAllocateErrorLogEntry(), IopAllocateIrpMustSucceed(), IopAllocateIrpPrivate(), IopApplyFunctionToSubKeys(), IopBuildSymbolicLinkStrings(), IopCallDriverAddDeviceQueryRoutine(), IopConcatenateUnicodeStrings(), IopCreateRegistryKeyEx(), IopDeleteLegacyKey(), IopDeleteSessionSymLinks(), IopDoNameTransmogrify(), IopErrorLogThread(), IopExecuteHardwareProfileChange(), IopFilterResourceRequirementsList(), IopFindLegacyDeviceNode(), IopFindResourceHandlerInfo(), IopGetBusTypeGuidIndex(), IopGetDeviceInterfaces(), IopGetDriverNameFromKeyNode(), IopGetDriverTagPriority(), IopGetGroupOrderIndex(), IopInitializeBootDrivers(), IopInitializeBuiltinDriver(), IopInitializeDCB(), IopInitializeDeviceInstanceKey(), IopInitializeDeviceKey(), IopInitializeSystemDrivers(), IopIsReportedAlready(), IopLoadDriver(), IopLogErrorEvent(), IopOpenLinkOrRenameTarget(), IopOpenOrCreateDeviceInterfaceSubKeys(), IopOpenRegistryKeyPersist(), IopParseSymbolicLinkName(), IopProcessAddDevices(), IopProcessCriticalDeviceRoutine(), IopQueryDockRemovalInterface(), IopQueryName(), IopQueryResourceHandlerInterface(), IopRegMultiSzToUnicodeStrings(), IopRemoveDeviceInterfaces(), IopRemoveStringFromValueKey(), IopReplaceSeperatorWithPound(), IopSendMessageToTrackService(), IopSetupArbiterAndTranslators(), IopStartTcpIpForRemoteBoot(), IopUnregisterDeviceInterface(), IoRegisterDeviceInterface(), IoReportDetectedDevice(), IoReuseIrp(), IovAllocateIrp(), IsMidEastEnabledSystem(), KbdLayerRealDllFileForWBT(), KdpGetBusData(), KdpGetContext(), KdpIsSpecialCall(), KdpPrintString(), KdpPromptString(), KdpReadControlSpace(), KdpReadPhysicalMemory(), KdpReadVirtualMemory(), KdpReadVirtualMemory64(), KdpReceivePacket(), KdpReportLoadSymbolsStateChange(), KdpSendPacket(), KdpSendWaitContinue(), KdpSetContext(), KdpSetLoadState(), KdpSetStateChange(), KdpTrap(), KdpWriteControlSpace(), KdpWriteIoSpace(), KdpWriteIoSpaceExtended(), KdpWritePhysicalMemory(), Ke386CallBios(), Ke386GetGdtEntryThread(), Ke386IoSetAccessProcess(), Ke386SetLdtProcess(), Ke386SetVdmInterruptHandler(), KeContextFromKframes(), KeContextToKframes(), KeContextToKframesSpecial(), KeGetBugMessageText(), KeI386AllocateGdtSelectors(), KeI386FlatToGdtSelector(), KeI386GetLid(), KeIA32GetGdtEntryThread(), KeIA32SetLdtProcess(), KeInitializeEventPair(), KeSaveFloatingPointState(), KeUserModeCallback(), KeWaitForMultipleObjects(), Ki386CheckDelayedNpxTrap(), Ki386VdmDispatchIo(), Ki386VdmDispatchStringIo(), KiCloneDescriptor(), KiCloneSelector(), KiEmulateByteWord(), KiEmulateFloat(), KiEmulateReference(), KiFlushUserRseState(), KiIA32ExceptionSegmentNotPresent(), KiIA32ExceptionStack(), KiInitializeAbiosGdtEntry(), KiInitializeGdtEntry(), KiInitializeKernel(), KiInitializeUserApc(), KiInitMachineDependent(), KiMoveRegTree(), KiSwapIDT(), LdrpCheckForKnownDll(), LdrpCheckForLoadedDll(), LdrpDefineDllTag(), LdrpDphDetectSnapRoutines(), LdrpDphSnapImports(), LdrpGetFileVersion(), LdrpGetProcedureAddress(), LdrpInitializeProcess(), LdrpInitializeTls(), LdrpMapDll(), LdrpNameToOrdinal(), LdrpResolveDllName(), LdrProcessRelocationBlock(), LdrpSearchResourceSection_U(), LdrpSnapThunk(), LdrpWalkImportDescriptor(), LdrQueryApplicationCompatibilityGoo(), LdrQueryImageFileExecutionOptions(), LdrQueryProcessModuleInformation(), LdrRelocateImage(), LdrVerifyMappedImageMatchesChecksum(), LfsCloseLogFile(), LfsFindLastLsn(), LfsFindOldestClientLsn(), LfsFlushLfcb(), LfsInitializeLogFileService(), LfsIsClientAreaValid(), LfsIsRestartPageHeaderValid(), LfsNormalizeBasicLogFile(), LfsOpenLogFile(), LfsRestartLogFile(), LfsUpdateLfcbFromNoRestart(), LfsUpdateLfcbFromPgHeader(), LfsUpdateRestartAreaFromLfcb(), LfsWriteLogRecordIntoLogPage(), List(), ListDrivers(), LoadLink(), LoadStringExW(), LoadStringOrError(), LpcpExtendPortZone(), LpcpInitializePortZone(), main(), MapperCallback(), MapperMarkKey(), MapperSeedKey(), MatchandCopyAlias(), MemPrint(), MemPrintFlush(), MiAddSystemPtes(), MiCheckDosCalls(), MiCreateDataFileMap(), MiCreateImageFileMap(), MiDownPfnReferenceCount(), MiFindExportedRoutineByName(), MiInitializeDriverVerifierList(), MiLoadSystemImage(), MiLocateExportName(), MiMapViewOfImageSection(), MiResolveImageReferences(), MiSnapThunk(), MiVerifyImageHeader(), MmCallDllInitialize(), MmCreatePeb(), MmCreateProcessAddressSpace(), MmCreateTeb(), MmFreeSpecialPool(), MouseKeys(), MrcfFillBitBuffer(), MrcfReadBit(), MrcfReadNBits(), NewParsePrologueRegionPhase1(), NlsAlphanumericModeProc(), NlsCodeInputToggleProc(), NlsHiraganaModeProc(), NlsKatakanaModeProc(), NlsRomanToggleProc(), NlsSbcsDbcsToggleProc(), NtCreateProfile(), NtDeleteFile(), NTFastDOSIO(), NtLoadKey2(), NtQueryAttributesFile(), NtQueryDefaultUILanguage(), NtQueryDirectoryObject(), NtQueryFullAttributesFile(), NtQueryInformationAtom(), NtQueryInstallUILanguage(), NtQuerySystemEnvironmentValue(), NtSetInformationFile(), NtSetSystemEnvironmentValue(), NtSetSystemInformation(), NtSetVolumeInformationFile(), NtVdmControl(), NumString(), ObGetObjectInformation(), ObInitSystem(), ObpAllocateObjectNameBuffer(), ObpCaptureHandleInformation(), ObpParseSymbolicLink(), ObQueryNameString(), ObQueryTypeName(), pIoQueryBusDescription(), PnPBiosCopyDeviceParamKey(), PnPBiosCopyIoDecode(), PnPBiosExtractCompatibleIDs(), ProcessCommandLine(), ProcessCommandListInput(), ProcessCopyToCharInput(), ProcessDeviceChanges(), PspGetContext(), PspSetContext(), PushPmInterrupt(), PushRmInterrupt(), ReadConsoleA(), ReadConsoleW(), ReadString(), RealGetWindowClass(), RegDumpKeyValue(), RegDumpKeyValueR(), RegGetKeyValue(), RegReadMultiSzFile(), RetrieveNthCommand(), RiInitializeRegistryFromAsciiFile(), RtlAddAce(), RtlAddCompoundAce(), RtlAllocateHeap(), RtlAllocateHeapSlowly(), RtlAnsiStringToUnicodeString(), RtlAppendAsciizToString(), RtlAppendStringToString(), RtlAppendUnicodeStringToString(), RtlAppendUnicodeToString(), RtlCaptureAnsiString(), RtlCompareUnicodeString(), RtlComputeLfnChecksum(), RtlConsoleMultiByteToUnicodeN(), RtlConvertSidToUnicodeString(), RtlConvertUiListToApiList(), RtlCopyString(), RtlCopyUnicodeString(), RtlCreateAcl(), RtlCreateAndSetSD(), RtlCreateHeap(), RtlCreateUnicodeString(), RtlCustomCPToUnicodeN(), RtlDebugAllocateHeap(), RtlDebugCreateHeap(), RtlDebugFreeHeap(), RtlDebugReAllocateHeap(), RtlDecompressBufferMrcf(), RtlDeleteAtomFromAtomTable(), RtlDnsHostNameToComputerName(), RtlDosPathNameToNtPathName_U(), RtlEqualUnicodeString(), RtlExpandEnvironmentStrings_U(), RtlFormatCurrentUserKeyPath(), RtlFreeHeap(), RtlFreeHeapSlowly(), RtlGenerate8dot3Name(), RtlGetFullPathName_Ustr(), RtlGetNtProductType(), RtlGetVersion(), RtlGUIDFromString(), RtlInitAnsiString(), RtlInitCodePageTable(), RtlInitializeCriticalSectionAndSpinCount(), RtlInitString(), RtlInitUnicodeString(), RtlInt64ToUnicodeString(), RtlIntegerToUnicodeString(), RtlIsDosDeviceName_Ustr(), RtlIsValidOemCharacter(), RtlLookupFunctionEntry(), RtlMultiByteToUnicodeN(), RtlOemStringToCountedUnicodeString(), RtlOemStringToUnicodeString(), RtlOemToUnicodeN(), RtlpAddHeapToProcessList(), RtlpAddKnownAce(), RtlpAddKnownObjectAce(), RtlpAdjustHeapLookasideDepth(), RtlpAllocateTags(), RtlpCallQueryRegistryRoutine(), RtlpCoalesceFreeBlocks(), RtlpComputeMergedAcl2(), RtlpCopyEffectiveAce(), RtlpCopyProcString(), RtlpCreateHandleForAtom(), RtlpCreateServerAcl(), RtlpDeCommitFreeBlock(), RtlpDidUnicodeToOemWork(), RtlpFindAndCommitPages(), RtlpGetIntegerAtom(), RtlpGrowBlockInPlace(), RtlpHashStringToAtom(), RtlPinAtomInAtomTable(), RtlpInheritAcl2(), RtlpInitializeHandleTableForAtomTable(), RtlpInitializeHeapSegment(), RtlpInitUpcaseTable(), RtlpInsertFreeBlock(), RtlpNtEnumerateSubKey(), RtlpQueryRegistryDirect(), RtlPrefixString(), RtlpRemoveHeapFromProcessList(), RtlpUpdateTagEntry(), RtlpValidateHeap(), RtlpValidateHeapSegment(), RtlpWin32NTNameToNtPathName_U(), RtlQueryAtomInAtomTable(), RtlQueryEnvironmentVariable_U(), RtlQueryProcessHeapInformation(), RtlQueryRegistryValues(), RtlReAllocateHeap(), RtlResetRtlTranslations(), RtlSetCurrentDirectory_U(), RtlSetEnvironmentVariable(), RtlUnicodeStringToAnsiString(), RtlUnicodeStringToCountedOemString(), RtlUnicodeStringToOemString(), RtlUnicodeToCustomCPN(), RtlUnicodeToMultiByteN(), RtlUnicodeToMultiByteSize(), RtlUnicodeToOemN(), RtlUpcaseUnicodeStringToAnsiString(), RtlUpcaseUnicodeStringToCountedOemString(), RtlUpcaseUnicodeStringToOemString(), RtlUpcaseUnicodeToCustomCPN(), RtlUpcaseUnicodeToMultiByteN(), RtlUpcaseUnicodeToOemN(), RtlUpperChar(), RtlUpperString(), RtlUshortByteSwap(), RtlVirtualUnwind(), ScanHexFormat(), SearchForString(), SeCaptureObjectTypeList(), SeCaptureSecurityDescriptor(), SepAdtOpenObjectAuditAlarm(), SepPrintSid(), SetAppCompatFlags(), SetConsoleInputExeNameW(), SetKeyboardRate(), SetUpConsole(), SetUpConsoleInfo(), SetWinEventHook(), SrvAddConsoleAlias(), SrvGetConsoleAlias(), SrvGetConsoleAliases(), SrvGetConsoleAliasExes(), SrvGetConsoleCommandHistory(), SrvGetConsoleTitle(), SrvReadConsoleOutput(), SrvSetConsoleTitle(), SrvWriteConsoleOutput(), TestSeAclRtl(), TranslateConsoleTitle(), TriageGetLoaderEntry(), UdfAddToPcb(), UdfComputeCrc16(), UdfComputeCrc16Uni(), UdfCreatePcb(), UdfDissectName(), UdfGenerate8dot3Name(), UdfInitializeAllocations(), UdfInitializeCrc16(), UdfInitializeGlobalData(), UdfInitializePcb(), UdfLookupActiveIcbInExtent(), UdfNormalizeFileNames(), UdfRenderNameToLegalUnicode(), UdfUpdateDirNames(), UdfUpdateVcbPhase0(), UdfVerifyDescriptor(), UdfVerifyVolume(), VdmConvertToLinearAddress(), VdmDispatchInterrupts(), VdmDispatchIoToHandler(), VdmDispatchStringIoToHandler(), VdmpInitialize(), VdmpPrinterDirectIoClose(), VdmPrinterStatus(), VdmPrinterWriteData(), VdmTraceEvent(), ViPrintString(), VKFromVSC(), vprintf(), WinDbgExtensionDllInit(), xHalIoClearPartitionTable(), xHalIoWritePartitionTable(), xxxCreateWindowStation(), xxxDrawCaptionTemp(), xxxInternalKeyEventDirect(), xxxInternalToUnicode(), xxxKeyEvent(), xxxMouseEventDirect(), xxxNumpadCursor(), xxxPushKeyEvent(), xxxResolveDesktop(), xxxResolveDesktopForWOW(), xxxShiftLock(), and zzzDestroyQueue().


Enumeration Type Documentation

enum cpError
 

Enumeration values:
CP_NULL_POINTER_ERR 
CP_MEMORY_ALLOC_ERR 
CP_FILE_OPEN_ERR 
CP_FILE_READ_ERR 
CP_FORMAT_ERR 
CP_OUT_OF_RANGE_ERR 
CP_NO_MEMORY_ERR 
CP_NOT_FOUND_ERR 
CP_POSTSCRIPT_ERR 

Definition at line 12 of file aug98/dll32/icc_i386.h.


Generated on Sat May 15 19:44:08 2004 for test by doxygen 1.3.7