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.
34 lines
838 B
34 lines
838 B
|
|
LIBRARY cstore
|
|
EXPORTS
|
|
|
|
;
|
|
; Please sort entries in this file alphabetically, as it makes it
|
|
; much easier to ensure that different platforms are identical
|
|
;
|
|
|
|
;
|
|
; Ordinals 1 through 99 are for API entry points.
|
|
;
|
|
; 801 is last ordinal
|
|
|
|
DllGetClassObject @1 PRIVATE
|
|
DllCanUnloadNow @2 PRIVATE
|
|
CsCreateClassStore
|
|
CsGetClassStore
|
|
CsDeleteClassStore
|
|
CsGetAppCategories
|
|
CsRegisterAppCategory
|
|
CsUnregisterAppCategory
|
|
CsEnumApps
|
|
CsGetClassAccess
|
|
CsGetAppInfo
|
|
FlushSidCache
|
|
InitializeClassStore
|
|
CsGetClassStorePath
|
|
CsSetClassStorePath
|
|
ReleasePackageInfo
|
|
ReleaseInstallInfo
|
|
ReleasePackageDetail
|
|
ReleaseAppCategoryInfoList
|
|
|