The NDdeShareGetInfo function is called to retrieve DDE share information from the DSDM. This is usually done for editing.
UINT NDdeShareGetInfo(
LPTSTR lpszServer, |
// server to execute on |
LPTSTR lpszShareName, |
// name of share |
UINT nLevel, |
// info level must be 2 |
LPBYTE lpBuffer, |
// contains (NDDESHAREINFO) + data |
DWORD cBufSize, |
// size of buffer |
LPDWORD lpnTotalAvailable, |
// number of bytes available |
LPWORD lpnItems |
// item mask for partial getinfo |
); |
If the function succeeds, the return value is NDDE_NO_ERROR.
If the function fails, the return value is an error code, which can be translated into a text error message by calling NDdeGetErrorString. If the lpBuffer parameter is NULL, it returns NDDE_BUF_TOO_SMALL.
NDDESHAREINFO, NDdeShareSetInfo
file: /Techref/os/win/api/win32/func/src/f58_14.htm, 4KB, , updated: 2000/4/7 11:19, local time: 2024/11/8 11:56,
3.138.172.222:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.org/techref/os/win/api/win32/func/src/f58_14.htm"> NDdeShareGetInfo</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.