diff options
author | Christopher Faylor <me@cgf.cx> | 2000-02-17 19:38:33 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-02-17 19:38:33 +0000 |
commit | 1fd5e000ace55b323124c7e556a7a864b972a5c4 (patch) | |
tree | dc4fcf1e5e22a040716ef92c496b8d94959b2baa /winsup/w32api/TODO | |
parent | 369d8a8fd5e887eca547bf34bccfdf755c9e5397 (diff) | |
download | cygnal-1fd5e000ace55b323124c7e556a7a864b972a5c4.tar.gz cygnal-1fd5e000ace55b323124c7e556a7a864b972a5c4.tar.bz2 cygnal-1fd5e000ace55b323124c7e556a7a864b972a5c4.zip |
import winsup-2000-02-17 snapshot
Diffstat (limited to 'winsup/w32api/TODO')
-rw-r--r-- | winsup/w32api/TODO | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/winsup/w32api/TODO b/winsup/w32api/TODO new file mode 100644 index 000000000..713aff430 --- /dev/null +++ b/winsup/w32api/TODO @@ -0,0 +1,61 @@ +winsock2.h - Possible to merge with winsock.h? +listview control +_WIN32_IE issue + +Missing functions/defines/structs +================================= +CS_ENABLE +CS_DISABLE +CS_DELETE_TRANSFORM +ATF_AVAILABLE +SERKF_ACTIVE +TIMER_ALL_ACCESS,TIMER_MODIFY_STATE (new style Win32 Access Control: accctrl) +AbnormalTermination and other low-level exception handling macros/functions. +GetExceptionCode +GetExceptionInformation +GetAuditedPermissionsFromAcl +GetEffectiveRightsFromAcl +GetExplicitEntriesFromAcl +AcsLan +BuildExplicitAccessWithName +BuildImpersonateExplicitAccessWithName +BuildImpersonateTrustee +BuildSecurityDescriptor +BuildTrusteeWithName +BuildTrusteeWithSid +GetMultipleTrustee +GetMultipleTrusteeOperation +GetNamedSecurityInfo +GetSecurityInfo +GetTrusteeForm +GetTrusteeName +GetTrusteeType +PF_XXXX defines for IsProcessorFeaturePresent +LookupSecurityDescriptorParts +LSXXXX lsapi functions/types +RASADFunc through RasValidateEntryName (RASAPI ras.h) +SetEntriesInAcl +SetNamedSecurityInfo +SetSecurityInfo +SetServiceBits +SnmpExtensionInit through SnmpUtilVarBindListFree (mgmtapi.h/snmp.h + Simple Network Management Protocol(SNMP)) +SOBailOut through SUUserSaveData, VwStreamCloseFunc through VwStreamTellFunc + (File viewer/parser (quick view)) +WinSubmitCertificate (wintrust.h) +WinTrustProviderClientInitialize through WinVerifyTrust +EXPLICIT_ACCESS +INotifyReplica (reconcil) + +OLE/COM: +======== +oleidl.h +oaidl.h +ocidl.h +Some GUIDs should be in libole32.a instead of libuuid.a + +Low priority +============ +RASAPI +MAPI +directx (what about existing ports?) |