src/Common/Net/DirectoryServices.h

Go to the documentation of this file.
00001 #pragma once
00002 
00003 namespace AppSecInc
00004 {
00005         namespace Net
00006         {
00007                 namespace DirectoryServices
00008                 {
00009                         struct NetJoinStatus
00010                         {
00011                                 NETSETUP_JOIN_STATUS join_status;
00012                                 std::wstring netbios_name;
00013                         };
00014 
00016                         NetJoinStatus GetJoinStatus(const std::wstring& server_name = L"");
00017                 }
00018         }
00019 }


© Application Security Inc. - All Rights Reserved http://msiext.codeplex.com