Wrap Office(VBA Wrap Window API)

来源:互联网 发布:土木工程需要的软件 编辑:程序博客网 时间:2024/05/22 07:58

 

 

Public Function ExitProcessByName(ByVal strProcessName As String) As String

    On Error GoTo myerr

 

    Dim proc32Inst As PROCESSENTRY32

    Dim returnValue As Long

    Dim temRtValue As Long

    Dim Proc32AllName As String

    Dim Proc32Name As String

    Dim PID As Integer

    Dim mProcID As Long

    Dim i As Integer

    Dim j As Long

 

 

 

原创粉丝点击