G
Guest
Hi,
I am tring to use the NetRemoteTOD Windows API from CSharp, I am looking for some help on the C# Signature for this API. An example of the Signature or USage in C# would be of great help.
The NetRemoteTOD function returns the time of day information from a specified server.
Here is the WIN32API
NET_API_STATUS NetRemoteTOD(
LPCWSTR UncServerName,
LPBYTE *BufferPtr
);
Regards,
PRM
I am tring to use the NetRemoteTOD Windows API from CSharp, I am looking for some help on the C# Signature for this API. An example of the Signature or USage in C# would be of great help.
The NetRemoteTOD function returns the time of day information from a specified server.
Here is the WIN32API
NET_API_STATUS NetRemoteTOD(
LPCWSTR UncServerName,
LPBYTE *BufferPtr
);
Regards,
PRM