Home
last modified time | relevance | path

Searched refs:appid (Results 1 – 10 of 10) sorted by relevance

/reactos/modules/rostests/winetests/twain_32/
H A Ddsm.c185 get_condition_code(appid, source, &status); in test_onevalue_cap()
754 test_imagelayout(appid, source); in test_single_source()
759 static void test_sources(TW_IDENTITY *appid) in test_sources() argument
768 get_condition_code(appid, NULL, &status); in test_sources()
789 get_condition_code(appid, NULL, &status); in test_sources()
834 TW_IDENTITY appid; in START_TEST() local
859 memset(&appid, 0, sizeof(appid)); in START_TEST()
861 appid.Version.Country = TWCY_USA; in START_TEST()
862 appid.ProtocolMajor = TWON_PROTOCOLMAJOR; in START_TEST()
863 appid.ProtocolMinor = TWON_PROTOCOLMINOR; in START_TEST()
[all …]
/reactos/dll/directx/wine/dplayx/
H A Ddplobby.c988 DWORD appid, void *data, DWORD *size ) in IDirectPlayLobbyAImpl_GetConnectionSettings() argument
996 DWORD appid, void *data, DWORD *size ) in IDirectPlayLobbyImpl_GetConnectionSettings() argument
1004 DWORD appid, void *data, DWORD *size ) in IDirectPlayLobby2AImpl_GetConnectionSettings() argument
1012 DWORD appid, void *data, DWORD *size ) in IDirectPlayLobby2Impl_GetConnectionSettings() argument
1434 DWORD appid, void *data, DWORD size ) in IDirectPlayLobbyAImpl_SendLobbyMessage() argument
1442 DWORD appid, void *data, DWORD size ) in IDirectPlayLobbyImpl_SendLobbyMessage() argument
1458 DWORD appid, void *data, DWORD size ) in IDirectPlayLobby2Impl_SendLobbyMessage() argument
1521 appid, conn ); in IDirectPlayLobbyAImpl_SetConnectionSettings()
1529 appid, conn ); in IDirectPlayLobbyImpl_SetConnectionSettings()
1537 appid, conn ); in IDirectPlayLobby2AImpl_SetConnectionSettings()
[all …]
/reactos/dll/win32/msi/
H A Dclasses.c48 MSIAPPID *appid; in load_appid() local
53 if (!appid) in load_appid()
71 return appid; in load_appid()
77 MSIAPPID *appid; in load_given_appid() local
88 return appid; in load_given_appid()
98 return appid; in load_given_appid()
668 if (appid->RemoteServerName) in register_appid()
671 if (appid->LocalServer) in register_appid()
674 if (appid->ServiceParameters) in register_appid()
677 if (appid->DllSurrogate) in register_appid()
[all …]
H A Dpackage.c257 MSIAPPID *appid = LIST_ENTRY( item, MSIAPPID, entry ); in free_package_structures() local
259 list_remove( &appid->entry ); in free_package_structures()
260 free( appid->AppID ); in free_package_structures()
261 free( appid->RemoteServerName ); in free_package_structures()
262 free( appid->LocalServer ); in free_package_structures()
263 free( appid->ServiceParameters ); in free_package_structures()
264 free( appid->DllSurrogate ); in free_package_structures()
265 free( appid ); in free_package_structures()
/reactos/base/applications/mstsc/
H A Dmcs.c282 uint8 opcode, appid, length; in mcs_recv() local
292 appid = opcode >> 2; in mcs_recv()
293 if (appid != MCS_SDIN) in mcs_recv()
295 if (appid != MCS_DPUM) in mcs_recv()
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/
H A Dmcs.c358 uint8 opcode, appid, length; in mcs_recv() local
368 appid = opcode >> 2; in mcs_recv()
369 if (appid != MCS_SDIN) in mcs_recv()
371 if (appid != MCS_DPUM) in mcs_recv()
/reactos/modules/rostests/winetests/shell32/
H A Dappbar.c417 WCHAR *appid; in test_GetCurrentProcessExplicitAppUserModelID() local
429 appid = (void*)0xdeadbeef; in test_GetCurrentProcessExplicitAppUserModelID()
430 hr = pGetCurrentProcessExplicitAppUserModelID(&appid); in test_GetCurrentProcessExplicitAppUserModelID()
433 ok(appid == NULL, "got %p\n", appid); in test_GetCurrentProcessExplicitAppUserModelID()
/reactos/sdk/tools/mkisofs/schilytools/mkisofs/
H A Dmkisofs.c161 char *appid = APPID_DEFAULT; variable
347 {"APPI", &appid},
1097 {{"A*,appid*", &appid },
2192 if (appid) {
2193 if (strlen(appid) > 128) {
2196 (Llong)strlen(appid));
H A Dmkisofs.h709 extern char *appid;
H A Dwrite.c2096 if (appid)
2097 memcpy_max(vol_desc.application_id, appid, strlen(appid));