Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Veröffentlicht

tag auch...

ich versuche gerade über die R(emote)API <rapi.h>, die das ActiveSync zur

verfügung stellt, mir daten von meinem PDA zu holen.


CeFindAllFiles (

  LPCWSTR szPath, 

  DWORD dwFlags, 

  LPDWORD lpdwFoundCount, 

  LPLPCE_FIND_DATA ppFindDataArray 

);


CE_FIND_DATA {

    DWORD dwFileAttributes;

    FILETIME ftCreationTime;

    FILETIME ftLastAccessTime;

    FILETIME ftLastWriteTime;

    DWORD nFileSizeHigh;

    DWORD nFileSizeLow;

    DWORD dwOID;

    WCHAR cFileName[MAX_PATH];

} CE_FIND_DATA, *LPCE_FIND_DATA;

die dateien bekomme ich kopiert, aber ich würde gerne so eine art PDA browser bauen, der mir die auf dem PDA gefundenen dateien am PC anzeigt. bei mir scheitert es wohl am UNICODE. wenn ich

CeFindAllFiles(L"\\",  FAF_ATTRIBUTES | FAF_NAME,  &lpdwFoundCount, &ppFindDataArray);

dann sollte doch

lpdwFoundCount[0].cFileName 

den namen des ersten files beinhalten!??

und die namen würde ich gerne in einem MFC projekt ausgeben.

wie wandele ich WCHAR zu char oder CString???

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.