windows.nddeapi

\ nddeapi.d * * Windows API header module * * Translated from MinGW Windows headers * by Stewart Gordon * * Placed into public domain * \**********************************************************************

Members

Aliases

NDdeGetErrorString
alias NDdeGetErrorString = NDdeGetErrorStringW
Undocumented in source.
NDdeGetErrorString
alias NDdeGetErrorString = NDdeGetErrorStringA
Undocumented in source.
NDdeGetShareSecurity
alias NDdeGetShareSecurity = NDdeGetShareSecurityW
Undocumented in source.
NDdeGetShareSecurity
alias NDdeGetShareSecurity = NDdeGetShareSecurityA
Undocumented in source.
NDdeGetTrustedShare
alias NDdeGetTrustedShare = NDdeGetTrustedShareW
Undocumented in source.
NDdeGetTrustedShare
alias NDdeGetTrustedShare = NDdeGetTrustedShareA
Undocumented in source.
NDdeIsValidAppTopicList
alias NDdeIsValidAppTopicList = NDdeIsValidAppTopicListW
Undocumented in source.
NDdeIsValidAppTopicList
alias NDdeIsValidAppTopicList = NDdeIsValidAppTopicListA
Undocumented in source.
NDdeIsValidShareName
alias NDdeIsValidShareName = NDdeIsValidShareNameW
Undocumented in source.
NDdeIsValidShareName
alias NDdeIsValidShareName = NDdeIsValidShareNameA
Undocumented in source.
NDdeSetShareSecurity
alias NDdeSetShareSecurity = NDdeSetShareSecurityW
Undocumented in source.
NDdeSetShareSecurity
alias NDdeSetShareSecurity = NDdeSetShareSecurityA
Undocumented in source.
NDdeSetTrustedShare
alias NDdeSetTrustedShare = NDdeSetTrustedShareW
Undocumented in source.
NDdeSetTrustedShare
alias NDdeSetTrustedShare = NDdeSetTrustedShareA
Undocumented in source.
NDdeShareAdd
alias NDdeShareAdd = NDdeShareAddW
Undocumented in source.
NDdeShareAdd
alias NDdeShareAdd = NDdeShareAddA
Undocumented in source.
NDdeShareDel
alias NDdeShareDel = NDdeShareDelW
Undocumented in source.
NDdeShareDel
alias NDdeShareDel = NDdeShareDelA
Undocumented in source.
NDdeShareEnum
alias NDdeShareEnum = NDdeShareEnumW
Undocumented in source.
NDdeShareEnum
alias NDdeShareEnum = NDdeShareEnumA
Undocumented in source.
NDdeShareGetInfo
alias NDdeShareGetInfo = NDdeShareGetInfoW
Undocumented in source.
NDdeShareGetInfo
alias NDdeShareGetInfo = NDdeShareGetInfoA
Undocumented in source.
NDdeShareSetInfo
alias NDdeShareSetInfo = NDdeShareSetInfoW
Undocumented in source.
NDdeShareSetInfo
alias NDdeShareSetInfo = NDdeShareSetInfoA
Undocumented in source.
NDdeTrustedShareEnum
alias NDdeTrustedShareEnum = NDdeTrustedShareEnumW
Undocumented in source.
NDdeTrustedShareEnum
alias NDdeTrustedShareEnum = NDdeTrustedShareEnumA
Undocumented in source.

Enums

NDDE_NO_ERROR
anonymousenum NDDE_NO_ERROR
Undocumented in source.

Functions

NDdeGetErrorStringA
UINT NDdeGetErrorStringA(UINT , LPSTR , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
NDdeGetErrorStringW
UINT NDdeGetErrorStringW(UINT , LPWSTR , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
NDdeGetShareSecurityA
UINT NDdeGetShareSecurityA(LPSTR , LPSTR , SECURITY_INFORMATION , PSECURITY_DESCRIPTOR , DWORD , PDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
NDdeGetShareSecurityW
UINT NDdeGetShareSecurityW(LPWSTR , LPWSTR , SECURITY_INFORMATION , PSECURITY_DESCRIPTOR , DWORD , PDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
NDdeGetTrustedShareA
UINT NDdeGetTrustedShareA(LPSTR , LPSTR , PDWORD , PDWORD , PDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
NDdeGetTrustedShareW
UINT NDdeGetTrustedShareW(LPWSTR , LPWSTR , PDWORD , PDWORD , PDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
NDdeIsValidAppTopicListA
BOOL NDdeIsValidAppTopicListA(LPSTR )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
NDdeIsValidAppTopicListW
BOOL NDdeIsValidAppTopicListW(LPWSTR )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
NDdeIsValidShareNameA
BOOL NDdeIsValidShareNameA(LPSTR )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
NDdeIsValidShareNameW
BOOL NDdeIsValidShareNameW(LPWSTR )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
NDdeSetShareSecurityA
UINT NDdeSetShareSecurityA(LPSTR , LPSTR , SECURITY_INFORMATION , PSECURITY_DESCRIPTOR )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
NDdeSetShareSecurityW
UINT NDdeSetShareSecurityW(LPWSTR , LPWSTR , SECURITY_INFORMATION , PSECURITY_DESCRIPTOR )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
NDdeSetTrustedShareA
UINT NDdeSetTrustedShareA(LPSTR , LPSTR , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
NDdeSetTrustedShareW
UINT NDdeSetTrustedShareW(LPWSTR , LPWSTR , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
NDdeShareAddA
UINT NDdeShareAddA(LPSTR , UINT , PSECURITY_DESCRIPTOR , PBYTE , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
NDdeShareAddW
UINT NDdeShareAddW(LPWSTR , UINT , PSECURITY_DESCRIPTOR , PBYTE , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
NDdeShareDelA
UINT NDdeShareDelA(LPSTR , LPSTR , UINT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
NDdeShareDelW
UINT NDdeShareDelW(LPWSTR , LPWSTR , UINT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
NDdeShareEnumA
UINT NDdeShareEnumA(LPSTR , UINT , PBYTE , DWORD , PDWORD , PDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
NDdeShareEnumW
UINT NDdeShareEnumW(LPWSTR , UINT , PBYTE , DWORD , PDWORD , PDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
NDdeShareGetInfoA
UINT NDdeShareGetInfoA(LPSTR , LPSTR , UINT , PBYTE , DWORD , PDWORD , PWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
NDdeShareGetInfoW
UINT NDdeShareGetInfoW(LPWSTR , LPWSTR , UINT , PBYTE , DWORD , PDWORD , PWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
NDdeShareSetInfoA
UINT NDdeShareSetInfoA(LPSTR , LPSTR , UINT , PBYTE , DWORD , WORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
NDdeShareSetInfoW
UINT NDdeShareSetInfoW(LPWSTR , LPWSTR , UINT , PBYTE , DWORD , WORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
NDdeTrustedShareEnumA
UINT NDdeTrustedShareEnumA(LPSTR , UINT , PBYTE , DWORD , PDWORD , PDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
NDdeTrustedShareEnumW
UINT NDdeTrustedShareEnumW(LPWSTR , UINT , PBYTE , DWORD , PDWORD , PDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Structs

NDdeShareInfo_tag
struct NDdeShareInfo_tag
Undocumented in source.

Variables

BAR_CHAR
char[] BAR_CHAR;
Undocumented in source.
BAR_WCHAR
wchar[] BAR_WCHAR;
MAX_APPNAME
size_t MAX_APPNAME;
MAX_DOMAINNAME
size_t MAX_DOMAINNAME;
MAX_ITEMNAME
size_t MAX_ITEMNAME;
Undocumented in source.
MAX_NDDESHARENAME
size_t MAX_NDDESHARENAME;
MAX_TOPICNAME
size_t MAX_TOPICNAME;
MAX_USERNAME
size_t MAX_USERNAME;
Undocumented in source.
NDDEF_NOCACHELOOKUP
auto NDDEF_NOCACHELOOKUP;
Undocumented in source.
NDDEF_NOPASSWORDPROMPT
auto NDDEF_NOPASSWORDPROMPT;
Undocumented in source.
NDDEF_STRIP_NDDE
auto NDDEF_STRIP_NDDE;
Undocumented in source.
NDDESHAREINFO
NDdeShareInfo_tag NDDESHAREINFO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NDDE_CMD_SHOW_MASK
uint NDDE_CMD_SHOW_MASK;
NDDE_TRUST_CMD_SHOW
uint NDDE_TRUST_CMD_SHOW;
NDDE_TRUST_SHARE_DEL
uint NDDE_TRUST_SHARE_DEL;
NDDE_TRUST_SHARE_INIT
uint NDDE_TRUST_SHARE_INIT;
NDDE_TRUST_SHARE_START
uint NDDE_TRUST_SHARE_START;
Undocumented in source.
PNDDESHAREINFO
NDdeShareInfo_tag* PNDDESHAREINFO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SEP_CHAR
char SEP_CHAR;
Undocumented in source.
SEP_WCHAR
wchar SEP_WCHAR;
Undocumented in source.
SHARE_TYPE_NEW
auto SHARE_TYPE_NEW;
Undocumented in source.
SHARE_TYPE_OLD
auto SHARE_TYPE_OLD;
Undocumented in source.
SHARE_TYPE_STATIC
auto SHARE_TYPE_STATIC;
Undocumented in source.

Meta