[jcifs] Re: Question about Jarapac

Amlan Chatterjee amlanc at gmail.com
Wed May 11 18:35:13 GMT 2005


Skipped content of type multipart/alternative-------------- next part --------------
//============================================================//
//                                                            //
// $ID$                                                       //
//                                                            //
// fprequest.idl                                              //
//     interface definitions for fpolicy                      //
//                                                            //
//     these are the calls made from the client (filer)       //
//     to the server (Win32 or other box).                    //
//                                                            //
// Copyright 2002-2003 Network Appliance, Inc. All rights     //
// reserved.                                                  // 
//                                                            //
//============================================================//


[ uuid (43c8ffdf-1976-4925-a7fd-79ec4c43492d),
  version(1.0),
  pointer_default(unique)
]
interface fprequest
{
typedef unsigned long DWORD;
typedef void * handle_t;

DWORD FP_ScreenRequest( [in]         handle_t FilerHandle,
                        [in]         DWORD    FilerID,
                        [in]         DWORD    RequestID,
                        [in, string] wchar_t *ClientIP,
                        [in, string] wchar_t *UserSid,
                        [in]         DWORD    ClientOperation,
                        [in]         DWORD    Reserved,
                        [in]         DWORD    AccessValid,
                        [in]         DWORD    DesiredAccess,
                        [in]         DWORD    DispositionValid,
                        [in]         DWORD    CreateDisposition,
                        [in, string] wchar_t *DisplayPath,
                        [in, string] wchar_t *AccessPath,
                        [in, string] wchar_t *RenameDisplayPath,
                        [in, string] wchar_t *RenamePath
                    );

DWORD FP_ServerStatus ([in] handle_t FilerHandle,
                       [in] DWORD    FilerID);

DWORD FP_RequestStatus ([in]         handle_t FilerHandle,
                        [in]         DWORD    FilerID,
                        [in]         DWORD    RequestID,
                        [in, string] wchar_t *AccessPath,
                        [out]        DWORD   *RequestStatus
                        );

DWORD FP_ShutdownCP([in] handle_t FilerHandle,
                    [in] DWORD    FilerID);

DWORD FP_Registration(
        [in]         handle_t FilerHandle,
        [in]         DWORD    FilerID,
        [in]         DWORD    ServerType,
        [in]         DWORD    Reserved,
        [in, string] wchar_t* PolicyName,
        [in, string] wchar_t* OptionalParams
        );

DWORD FP_FilerStatus([in]     handle_t filerHandle); 

DWORD FP_OpsToScreen( 
        [in]         handle_t FilerHandle,
        [in]         DWORD    OpsToScreen,
        [in]         DWORD    Reserved
        );

DWORD FP_ShutdownRQ(void);

}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fprequest.java
Type: application/octet-stream
Size: 8900 bytes
Desc: not available
Url : http://lists.samba.org/archive/jcifs/attachments/20050511/1016fa08/fprequest-0001.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: TestServer.java
Type: application/octet-stream
Size: 4637 bytes
Desc: not available
Url : http://lists.samba.org/archive/jcifs/attachments/20050511/1016fa08/TestServer-0001.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fp.properties
Type: application/octet-stream
Size: 1464 bytes
Desc: not available
Url : http://lists.samba.org/archive/jcifs/attachments/20050511/1016fa08/fp-0001.obj


More information about the jcifs mailing list