Advertisement
2002VB Windows API Call/ Explanation #23332

VB code with Window Network API

With this code your can Shutdown any Workstation connected on LAN (Local Area Network) od Windows NT/2000. This code is very usefull for LAN applications. It will give an good idea to communicate with other worstations.

AI

AI சுருக்கம்: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

மூலக் குறியீடு
original-source
Private Sub Command1_Click()
  Dim a
  a = InitiateSystemShutdown(Trim(Text1.Text), "Hello", 0, 0, 1)
  MsgBox "Shutdown Completed"
End Sub
அசல் கருத்துகள் (3)
வேபேக் மெஷினிலிருந்து (Wayback Machine) மீட்டெடுக்கப்பட்டது