
Stefan HackerandClaude Opus 4.6
f9bf53803f
fix(client/windows): cfapi-Code auf windows-rs 0.58 umgestellt
- Feature Win32_System_CorrelationVector aktiviert (gate fuer
CF_CALLBACK_INFO / CfExecute / CfConnectSyncRoot / CfCreatePlaceholders
/ CfSetPinState / CF_OPERATION_INFO / CF_CALLBACK_REGISTRATION)
- reqwest "blocking" aktiviert (wird im cfapi-Callback-Thread genutzt)
- Cf*-Funktionen liefern jetzt Result<(), Error> statt HRESULT; alle
Aufrufe ueber ? / .map_err umgestellt
- CF_SYNC_POLICIES.Hydration/Population sind Wrapper-Structs;
.Primary-Feld setzen statt direkter Enum-Zuweisung
- LARGE_INTEGER entfernt (Felder sind in 0.58 einfach i64)
- FILETIME-Ticks direkt als i64 schreiben (BasicInfo.*Time)
- FetchData.RequiredFileOffset/Length direkt als i64 verwenden
- CfCreatePlaceholders nimmt Slice + Option<*mut u32>
- CfSetPinState nimmt Option<*mut OVERLAPPED>
- Tauri-Command: MutexGuard vor .await freigeben (Send-Constraint)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 16:29:18 +02:00
..
2026-04-12 00:57:18 +02:00
2026-04-11 23:26:57 +02:00
2026-04-14 16:29:18 +02:00
2026-04-11 23:26:57 +02:00
2026-04-11 23:26:57 +02:00
2026-04-12 09:50:44 +02:00
2026-04-14 16:29:18 +02:00
2026-04-12 01:11:42 +02:00