Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "ShareType" in [All]

Structures

.

See also ShareType enum.

.

    public ShareType shi503_type;

.

See also ShareType enum.

netapi32

.

    Public Enum ShareType

.

        Public shi2_type As ShareType

.

        ByVal type As ShareType, _

.

shi2.shi2_type = ShareType.Disk     ' disk drive

.

    SHARE_TYPE shareType;

.

    NetError result = (NetError)NetShareCheck(server, localPath, out shareType);

.

                shares.Add(si.NetName, "Access Denied", si.ShareType, si.Remark)

.

                shares.Add(si.NetName, si.Path, si.ShareType, si.Remark)

.

Sample Class for SHARE_INFO_1 (sharename, sharetype, remark)

.

        public SHARE_INFO_1(string sharename, uint sharetype, string remark)

.

        this.shi1_type = sharetype;

.

' For Each s As ShareType In ServerShareCollection.Shares

.

    Public Structure ShareType

.

    Dim Shares() As ShareType

.

    Public ShareType As Integer

.

            Shares.Add(si.netname, "Access Denied", si.ShareType, si.Remark)

Enums

.

    Public Enum ShareType


 
Access PInvoke.net directly from VS: