I just tested DeepSeek's operations, and it is currently functioning normally.
Additionally, I asked it about the cause of this incident (after enabling web search), and here is the response it provided:
-----------------
Yes, according to reports from multiple media outlets, DeepSeek has recently ...
Search found 3 matches
- Tue Jan 28, 2025 3:04 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: new Class TDeepSeek in next FWH 24.12
- Replies: 16
- Views: 39424
- Mon Jan 20, 2025 12:42 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: talk to your database using natural language
- Replies: 6
- Views: 1382
- Wed Nov 20, 2024 6:58 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: attribute - creation date
- Replies: 4
- Views: 1339
Re: attribute - creation date
The EnumChildWindows function itself does not provide direct access to the creation date of the windows it enumerates.
I obtained the following information through perplexity.ai
a simplified example in C
#include <windows.h>
#include <stdio.h>
void GetProcessCreationTime(HWND hwnd) {
DWORD ...
I obtained the following information through perplexity.ai
a simplified example in C
#include <windows.h>
#include <stdio.h>
void GetProcessCreationTime(HWND hwnd) {
DWORD ...