Declare Function DsGetSiteName Lib "netapi32.dll" (TODO) As TODO
User-Defined Types:
None.
Alternative Managed API:
None
Notes:
The DsGetSiteName function does not require any particular access to the specified domain. The function is sent to the Netlogon service on the computer specified by ComputerName.
Return codes:
ERROR_NO_SITENAME (1919) The computer is not in a site.
ERROR_NOT_ENOUGH_MEMORY Insufficient memory is available.
Returns the name of the site where a computer resides. For a domain controller (DC), the name of the site is the location of the configured DC. For a member workstation or member server, the name specifies the workstation site as configured in the domain of the computer.
5/1/2014 1:46:21 AM - zippy1981@gmail.com-72.231.2.126
Returns the name of the site where a computer resides. For a domain controller (DC), the name of the site is the location of the configured DC. For a member workstation or member server, the name specifies the workstation site as configured in the domain of the computer.
5/1/2014 1:46:21 AM - zippy1981@gmail.com-72.231.2.126
An IntPtr is a pointer to a memory location (unmanaged) that adapts to the platform it is running on (64-bit, etc.) UNLIKE a standard int/Integer. You should always use this type for unmanaged calls that require it, even though an int will appear to work on your development machine.
1/13/2008 4:00:13 AM - Damon Carr-72.43.165.29
An IntPtr is a pointer to a memory location (unmanaged) that adapts to the platform it is running on (64-bit, etc.) UNLIKE a standard int/Integer. You should always use this type for unmanaged calls that require it, even though an int will appear to work on your development machine.
1/13/2008 4:00:13 AM - Damon Carr-72.43.165.29
TODO - a short description of this collection of constants