CN111143084B - Interaction method, device, equipment and medium of service program and interface program - Google Patents

Interaction method, device, equipment and medium of service program and interface program Download PDF

Info

Publication number
CN111143084B
CN111143084B CN201911136940.2A CN201911136940A CN111143084B CN 111143084 B CN111143084 B CN 111143084B CN 201911136940 A CN201911136940 A CN 201911136940A CN 111143084 B CN111143084 B CN 111143084B
Authority
CN
China
Prior art keywords
access token
program
session
acquiring
handle
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201911136940.2A
Other languages
Chinese (zh)
Other versions
CN111143084A (en
Inventor
邱志斌
涂高元
郭永兴
陆云燕
叶细锋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
XIAMEN TIPRAY TECHNOLOGY CO LTD
Original Assignee
XIAMEN TIPRAY TECHNOLOGY CO LTD
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by XIAMEN TIPRAY TECHNOLOGY CO LTD filed Critical XIAMEN TIPRAY TECHNOLOGY CO LTD
Priority to CN201911136940.2A priority Critical patent/CN111143084B/en
Publication of CN111143084A publication Critical patent/CN111143084A/en
Application granted granted Critical
Publication of CN111143084B publication Critical patent/CN111143084B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/545Interprogram communication where tasks reside in different layers, e.g. user- and kernel-space
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The application provides a service program and interface program interaction method and device, electronic equipment and a computer readable medium. Wherein the method comprises the following steps: acquiring a first access token associated with a first process, wherein the first process is started in a service program session; copying the first access token to obtain a second access token; acquiring a session identifier of a currently active application session; replacing the session identifier of the second access token with the session identifier of the current active application program session to generate a third access token; an interface program is started according to the third access token and the createprocessassuser () function. The method and the device enable the process started by the access token of the service program to be started in the active application program session, realize normal communication between the service program and the interface program and improve user experience.

Description

Interaction method, device, equipment and medium of service program and interface program
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method and apparatus for interaction between a service program and an interface program, an electronic device, and a computer readable medium.
Background
Starting from Vista systems, to increase the security of the system, after a user logs into the system, the service and application are run in different sessions. As shown in fig. 1, where Session 0 contains only system services, other applications run in sessions other than Session 0. Thus, interaction between the Session 0 and other sessions cannot be performed, and an information window cannot be popped up to a desktop user through a service program.
Therefore, when the service program and the interface program perform interaction (the service program starts the interface executable program through WinExec or ShellExecute, etc.), an interactive service detection prompt box is popped up, as shown in FIG. 2. If clicking "remind me later" at this time, the service program and the interface program interaction is stopped, and if clicking "view message" the interface of fig. 3 will be displayed. The windows desktop at this point is not already the original desktop, has entered into another session, and the "interactive service detection" window is always present.
The existing method has poor user experience and can not display windows like normal programs; and the user desktop is replaced and cannot perform other operations while the window is displayed, so that a great deal of inconvenience is brought to the user.
Disclosure of Invention
It is an object of the present application to provide a method of interaction between a service program and an interface program, an apparatus for interaction between a service program and an interface program, an electronic device, and a computer readable medium, which solve at least one of the above problems.
The first aspect of the present application provides a method for interaction between a service program and an interface program, including:
acquiring a first access token associated with a first process, wherein the first process is started in a service program session;
copying the first access token to obtain a second access token;
acquiring a session identifier of a currently active application session;
replacing the session identifier of the second access token with the session identifier of the current active application program session to generate a third access token;
an interface program is started according to the third access token and the createprocessassuser () function.
In some possible implementations, the acquiring the first access token associated with the first process includes:
acquiring a handle of a first process;
and acquiring a first access token associated with the first process according to the handle.
In some possible implementations, the obtaining a handle of the first process includes:
a handle for the first process is obtained using the GetCurrentProcess () function.
In some possible implementations, the copying the first access token, to obtain a second access token, includes:
and copying the first access token by using a Duplex TokenEx () function to obtain a second access token.
A second aspect of the present application provides an interaction device between a service program and an interface program, including:
the token acquisition module is used for acquiring a first access token associated with a first process, and the first process is started in a service program session;
the copying module is used for copying the first access token to obtain a second access token;
the identification acquisition module is used for acquiring the session identification of the currently active application program session;
a replacing module, configured to replace a session identifier of the second access token with a session identifier of the currently active application session, and generate a third access token;
and the starting module is used for starting the interface program according to the third access token and the CreateProcesssUSER () function.
In some possible implementations, the token acquisition module includes:
a handle obtaining unit, configured to obtain a handle of the first process;
and the token acquisition unit is used for acquiring a first access token associated with the first process according to the handle.
In some possible implementations, the handle obtaining unit is specifically configured to:
a handle for the first process is obtained using the GetCurrentProcess () function.
In some possible implementations, the replication module is specifically configured to:
and copying the first access token by using a Duplex TokenEx () function to obtain a second access token.
A third aspect of the present application provides an electronic device, comprising: a memory, a processor and a computer program stored on the memory and executable on the processor, the processor executing the computer program to perform the method of the first aspect of the present application.
A fourth aspect of the present application provides a computer readable medium having stored thereon computer readable instructions executable by a processor to implement the method of the first aspect of the present application.
Compared with the prior art, the interaction method, the device, the equipment and the medium of the service program and the interface program provided by the application acquire a first access token associated with a first process, wherein the first process is started in a service program session; copying the first access token to obtain a second access token; acquiring a session identifier of a currently active application session; replacing the session identifier of the second access token with the session identifier of the current active application program session to generate a third access token; an interface program is started according to the third access token and the createprocessassuser () function. The method and the device enable the process started by the access token of the service program to be started in the active application program session, realize normal communication between the service program and the interface program and improve user experience.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the application. Also, like reference numerals are used to designate like parts throughout the figures. In the drawings:
FIG. 1 shows a schematic diagram of services and applications running in different sessions;
FIG. 2 is a schematic diagram of an interactive service detection prompt box in the prior art;
FIG. 3 shows a schematic diagram of a prior art display interface for viewing messages;
FIG. 4 illustrates a flow chart of a method of interaction of a service program with an interface program provided by some embodiments of the present application;
FIG. 5 is a schematic diagram of an interactive device for a service program and an interface program according to some embodiments of the present application;
fig. 6 illustrates a schematic diagram of an electronic device provided by some embodiments of the present application.
Detailed Description
Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
It is noted that unless otherwise indicated, technical or scientific terms used herein should be given the ordinary meaning as understood by one of ordinary skill in the art to which this application belongs.
In addition, the terms "first" and "second" etc. are used to distinguish different objects and are not used to describe a particular order. Furthermore, the terms "comprise" and "have," as well as any variations thereof, are intended to cover a non-exclusive inclusion. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not limited to only those listed steps or elements but may include other steps or elements not listed or inherent to such process, method, article, or apparatus.
Embodiments of the present application provide a method for interaction between a service program and an interface program, an apparatus for interaction between a service program and an interface program, an electronic device, and a computer readable medium, which are described below with reference to the accompanying drawings.
Referring to fig. 4, a flowchart of a method for interaction between a service program and an interface program according to some embodiments of the present application is shown, where the method for interaction between a service program and an interface program may include the following steps:
step S101: acquiring a first access token associated with a first process, wherein the first process is started in a service program session;
specifically, step S101 may be implemented to obtain a handle of the first process; and acquiring a first access token associated with the first process according to the handle.
More specifically, a GetCurrentProcess () function may be used to obtain a handle of the first process, and according to the handle, a first access token associated with the first process is obtained through an OpenProcessToken () function, where the access token is assumed to be a.
Wherein the access token is: to describe the security context of a process or thread, the information in a token contains an identifier of the user account associated with the process or thread and the access privileges. When a user logs in, the system verifies the user's password by comparing it with information stored in a secure database. If the password is authenticated, the system generates an access token. Each process executing on behalf of the user has a copy of this access token.
Step S102: copying the first access token to obtain a second access token;
specifically, the first access token is copied by using a Duplex TokenEx () function, and a second access token is obtained.
For example, the access token a obtained is copied to a master token B using the duplicate token ex () function.
Step S103: acquiring a session identifier of a currently active application session;
specifically, the currently active Session ID is obtained through wtsgetactivotecondesessionid () function.
Step S104: replacing the session identifier of the second access token with the session identifier of the current active application program session to generate a third access token;
specifically, the Session ID of the master token B is replaced with the currently active Session ID acquired in step S103 described above by the settokenization () function.
Step S105: an interface program is started according to the third access token and the createprocessassuser () function.
According to the interaction method of the service program and the interface program, a first access token associated with a first process is acquired, and the first process is started in a service program session; copying the first access token to obtain a second access token; acquiring a session identifier of a currently active application session; replacing the session identifier of the second access token with the session identifier of the current active application program session to generate a third access token; an interface program is started according to the third access token and the createprocessassuser () function. The method and the device enable the process started by the access token of the service program to be started in the active application program session, realize normal communication between the service program and the interface program and improve user experience.
In order to facilitate an understanding of the present application, a specific example will be described below.
Since the interface window cannot be popped up in the Session 0, the main content of the application is to create an interface program in the Session 0 of the current user through the method. The method mainly comprises the following steps:
s1, acquiring a handle of the current process through a GetCurrentProcess () function.
S2, according to the process handle acquired in the step S1, acquiring an access token A associated with the process through an OpenProcessToken () function.
S3, copying the access token acquired in the step S2 into a main token B by using a Duplex TokenEx () function.
S4, acquiring a currently active Session ID through a WTS GATETIVATECTESONESSIONId () function.
S5, replacing the Session ID of the main token B in the step S3 with the Session ID in the step S4 through a SetTokenInformation () function.
S6, finally, starting an interface program through the main token B and the CreateProcesssUSER () function in the step S5. Thus, normal communication between the service program and the interface program can be realized.
In this embodiment, the access token a associated with the current process is obtained through the handle of the current process, and then a master token B is copied according to the token a. And acquiring the currently active Session ID, and replacing the acquired Session ID into the master token B. So that the process started by the master token B can be started in the active Session. Rather than in Session 0. Thus, normal communication between the service program and the interface program can be realized.
In the above embodiment, a method for interaction between a service program and an interface program is provided, and correspondingly, the application also provides an apparatus for interaction between a service program and an interface program. The interaction device of the service program and the interface program provided by the embodiment of the application can implement the interaction method of the service program and the interface program, and the interaction device of the service program and the interface program can be realized in a mode of combining software, hardware or software and hardware. For example, the interaction means of the service program and the interface program may comprise integrated or separate functional modules or units for performing the corresponding steps in the methods described above. Referring to fig. 5, a schematic diagram of an interaction device between a service program and an interface program according to some embodiments of the present application is shown. Since the apparatus embodiments are substantially similar to the method embodiments, the description is relatively simple, and reference is made to the description of the method embodiments for relevant points. The device embodiments described below are merely illustrative.
As shown in fig. 5, the service program and interface program interaction device 10 may include:
a token acquisition module 101, configured to acquire a first access token associated with a first process, where the first process is started in a service session;
a duplication module 102, configured to duplicate the first access token to obtain a second access token;
an identifier obtaining module 103, configured to obtain a session identifier of a currently active application session;
a replacing module 104, configured to replace the session identifier of the second access token with the session identifier of the currently active application session, and generate a third access token;
a starting module 105, configured to start an interface program according to the third access token and the createprocessassuser () function.
In some implementations of the embodiments of the present application, the token acquisition module 101 includes:
a handle obtaining unit, configured to obtain a handle of the first process;
and the token acquisition unit is used for acquiring a first access token associated with the first process according to the handle.
In some implementations of the embodiments of the present application, the handle obtaining unit is specifically configured to:
a handle for the first process is obtained using the GetCurrentProcess () function.
In some implementations of the embodiments of the present application, the replication module 102 is specifically configured to:
and copying the first access token by using a Duplex TokenEx () function to obtain a second access token.
The interaction device 10 for service program and interface program provided in the embodiment of the present application has the same beneficial effects as the interaction method for service program and interface program provided in the foregoing embodiment of the present application due to the same inventive concept.
The embodiment of the application also provides an electronic device corresponding to the interaction method of the service program and the interface program provided by the foregoing embodiment, where the electronic device may be an electronic device for a client, for example, a mobile phone, a notebook computer, a tablet computer, a desktop computer, etc., so as to execute the interaction method of the service program and the interface program.
Referring to fig. 6, a schematic diagram of an electronic device according to some embodiments of the present application is shown. As shown in fig. 6, the electronic device 20 includes: a processor 200, a memory 201, a bus 202 and a communication interface 203, the processor 200, the communication interface 203 and the memory 201 being connected by the bus 202; the memory 201 stores a computer program that can be run on the processor 200, and when the processor 200 runs the computer program, the interaction method of the service program and the interface program provided in any of the foregoing embodiments of the present application is executed.
The memory 201 may include a high-speed random access memory (RAM: random Access Memory), and may further include a non-volatile memory (non-volatile memory), such as at least one disk memory. The communication connection between the system network element and at least one other network element is implemented via at least one communication interface 203 (which may be wired or wireless), the internet, a wide area network, a local network, a metropolitan area network, etc. may be used.
Bus 202 may be an ISA bus, a PCI bus, an EISA bus, or the like. The buses may be classified as address buses, data buses, control buses, etc. The memory 201 is configured to store a program, and the processor 200 executes the program after receiving an execution instruction, and the interaction method between the service program and the interface program disclosed in any of the foregoing embodiments of the present application may be applied to the processor 200 or implemented by the processor 200.
The processor 200 may be an integrated circuit chip with signal processing capabilities. In implementation, the steps of the above method may be performed by integrated logic circuits of hardware in the processor 200 or by instructions in the form of software. The processor 200 may be a general-purpose processor, including a central processing unit (Central Processing Unit, CPU for short), a network processor (Network Processor, NP for short), etc.; but may also be a Digital Signal Processor (DSP), application Specific Integrated Circuit (ASIC), an off-the-shelf programmable gate array (FPGA) or other programmable logic device, discrete gate or transistor logic device, discrete hardware components. The disclosed methods, steps, and logic blocks in the embodiments of the present application may be implemented or performed. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of a method disclosed in connection with the embodiments of the present application may be embodied directly in hardware, in a decoded processor, or in a combination of hardware and software modules in a decoded processor. The software modules may be located in a random access memory, flash memory, read only memory, programmable read only memory, or electrically erasable programmable memory, registers, etc. as well known in the art. The storage medium is located in the memory 201, and the processor 200 reads the information in the memory 201, and in combination with its hardware, performs the steps of the above method.
The electronic device provided by the embodiment of the application and the interaction method of the service program and the interface program provided by the embodiment of the application have the same beneficial effects as the method adopted, operated or realized by the electronic device and the service program and the interface program provided by the embodiment of the application due to the same inventive concept.
The present application further provides a computer readable medium corresponding to the interaction method of the service program and the interface program provided in the foregoing embodiment, where a computer program (i.e. a program product) is stored, and when the computer program is executed by a processor, the interaction method of the service program and the interface program provided in any of the foregoing embodiments is executed.
It should be noted that examples of the computer readable storage medium may also include, but are not limited to, a phase change memory (PRAM), a Static Random Access Memory (SRAM), a Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), a Read Only Memory (ROM), an Electrically Erasable Programmable Read Only Memory (EEPROM), a flash memory, or other optical or magnetic storage medium, which will not be described in detail herein.
The computer readable storage medium provided in the above embodiment of the present application and the method for interaction between the service program and the interface program provided in the embodiment of the present application have the same advantages as the method adopted, operated or implemented by the application program stored therein, because of the same inventive concept.
Finally, it should be noted that: the above embodiments are only for illustrating the technical solution of the present application, and not for limiting the same; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some or all of the technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit of the embodiments, and are intended to be included within the scope of the claims and description.

Claims (4)

1. A method for interaction between a service program and an interface program, comprising:
acquiring a first access token associated with a first process, wherein the first process is started in a service program session;
copying the first access token to obtain a second access token;
acquiring a session identifier of a currently active application session;
replacing the session identifier of the second access token with the session identifier of the current active application program session to generate a third access token;
starting an interface program according to the third access token and the CreateProcesssUSER () function;
the obtaining the first access token associated with the first process includes:
acquiring a handle of a first process;
acquiring a first access token associated with a first process according to the handle;
the obtaining a handle of the first process includes:
acquiring a handle of the first process by using a GetCurrentProcess () function;
the copying the first access token to obtain a second access token comprises the following steps:
and copying the first access token by using a Duplex TokenEx () function to obtain a second access token.
2. An interactive apparatus for a service program and an interface program, comprising:
the token acquisition module is used for acquiring a first access token associated with a first process, and the first process is started in a service program session;
the copying module is used for copying the first access token to obtain a second access token;
the identification acquisition module is used for acquiring the session identification of the currently active application program session;
a replacing module, configured to replace a session identifier of the second access token with a session identifier of the currently active application session, and generate a third access token;
the starting module is used for starting an interface program according to the third access token and the CreateProcesssUSER () function;
the token acquisition module comprises:
a handle obtaining unit, configured to obtain a handle of the first process;
the token obtaining unit is used for obtaining a first access token associated with the first process according to the handle;
the handle obtaining unit is specifically configured to:
acquiring a handle of the first process by using a GetCurrentProcess () function;
the replication module is specifically configured to:
and copying the first access token by using a Duplex TokenEx () function to obtain a second access token.
3. An electronic device, comprising: memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor executes the computer program to implement the method of claim 1.
4. A computer readable medium having stored thereon computer readable instructions executable by a processor to implement the method of claim 1.
CN201911136940.2A 2019-11-19 2019-11-19 Interaction method, device, equipment and medium of service program and interface program Active CN111143084B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911136940.2A CN111143084B (en) 2019-11-19 2019-11-19 Interaction method, device, equipment and medium of service program and interface program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911136940.2A CN111143084B (en) 2019-11-19 2019-11-19 Interaction method, device, equipment and medium of service program and interface program

Publications (2)

Publication Number Publication Date
CN111143084A CN111143084A (en) 2020-05-12
CN111143084B true CN111143084B (en) 2023-05-09

Family

ID=70517161

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911136940.2A Active CN111143084B (en) 2019-11-19 2019-11-19 Interaction method, device, equipment and medium of service program and interface program

Country Status (1)

Country Link
CN (1) CN111143084B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1514571A (en) * 2002-12-16 2004-07-21 ض� Proof of using both fixed command plate and mobile command plate
CN101359355A (en) * 2007-08-02 2009-02-04 芯微技术(深圳)有限公司 Method for raising user's authority for limitation account under Windows system
CN109962911A (en) * 2019-02-19 2019-07-02 深圳点猫科技有限公司 A kind of method and electronic equipment obtaining user information by small routine
CN110121873A (en) * 2017-10-23 2019-08-13 华为技术有限公司 A kind of access token management method, terminal and server

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6406027B2 (en) * 2015-01-20 2018-10-17 富士通株式会社 Information processing system, information processing apparatus, and memory access control method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1514571A (en) * 2002-12-16 2004-07-21 ض� Proof of using both fixed command plate and mobile command plate
CN101359355A (en) * 2007-08-02 2009-02-04 芯微技术(深圳)有限公司 Method for raising user's authority for limitation account under Windows system
CN110121873A (en) * 2017-10-23 2019-08-13 华为技术有限公司 A kind of access token management method, terminal and server
CN109962911A (en) * 2019-02-19 2019-07-02 深圳点猫科技有限公司 A kind of method and electronic equipment obtaining user information by small routine

Also Published As

Publication number Publication date
CN111143084A (en) 2020-05-12

Similar Documents

Publication Publication Date Title
CN107450981B (en) Block chain consensus method and equipment
CN109194960B (en) Image frame rendering method and device and electronic equipment
WO2017114184A1 (en) Method and device for mobile-terminal-barcode-based payment and business processing
US8775923B1 (en) Web page restoration
US20180026965A1 (en) Live Tiles Without Application-Code Execution
US10122598B2 (en) Subscription watch lists for event handling
TW201914354A (en) A binding method, device and system for smart apparatus, and telecommunications system
CN114841700B (en) Payment processing method, device, equipment and system
CN109086105B (en) Page layout conversion method and device and electronic equipment
CN107479868B (en) Interface loading method, device and equipment
CN111861454A (en) Method and device for displaying unique identifier of digital object
CN108596581B (en) Verification method and device for resource transfer and electronic payment verification method and device
CN112579955A (en) Page access method, equipment, medium and electronic equipment
CN112788151B (en) Method, device and system for data synchronization
CN111143084B (en) Interaction method, device, equipment and medium of service program and interface program
CN113408254A (en) Page form information filling method, device, equipment and readable medium
CN107483534B (en) Service processing method and device
TW201020968A (en) System, method, and computer program product for preventing display of unwanted content stored in a frame buffer
CN109598478B (en) Wind measurement result description document generation method and device and electronic equipment
CN111046308A (en) Page loading method and device
CN112434347B (en) Rental business processing method, device, equipment and system
CN115048637A (en) Man-machine verification method and system based on Web-end interactive picture rotation
CN114217697A (en) Multi-screen input method and device, electronic equipment and computer readable storage medium
US9477448B2 (en) Screen-oriented computing program refactoring
CN113572827A (en) Registration processing method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant