windows-nt/Source/XPSP1/NT/inetsrv/msmq/sdk/samples/distcreate/module1.bas

7 lines
270 B
QBasic
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
Attribute VB_Name = "Module1"
Public Declare Function GetComputerObjectNameW Lib "secur32" (format As Integer, ByVal name As String, ByVal size As Long) As Boolean
Declare Function GetComputerNameA Lib "Kernel32" (ByVal compname As String, maxlen As Long) As Boolean