Hi

You can use Net Functions to achieve this...

The required API is

NET_API_STATUS NetShareGetInfo(
LPWSTR servername,
LPWSTR netname,
DWORD level,
LPBYTE *bufptr
);

If you want code for it - get back to me...

Regards

Arun D