wsreg_set_vendor(3WSREG) Product Install Registry Library Functions wsreg_set_vendor(3WSREG)NAME
wsreg_set_vendor, wsreg_get_vendor - set or get the vendor of a componentt
SYNOPSIS
cc [flag ...] file ...-lwsreg [library ...]
#include <wsreg.h>
int wsreg_set_vendor(Wsreg_component *comp, const char *vendor);
char *wsreg_get_vendor(const Wsreg_component *comp);
DESCRIPTION
The wsreg_set_vendor() function sets the vendor specified by vendor in the component specified by comp. The vendor argument is a string
that identifies the vendor of the component. If a vendor has already been set in the specified component, the resources associated with
the previously set vendor are released.
The wsreg_get_vendor() function gets the vendor string from the component specified by comp. The resulting string must be released by the
caller.
RETURN VALUES
The wsreg_set_vendor() function returns a non-zero value if the vendor was set correctly; otherwise it returns 0.
The wsreg_get_vendor() function returns a copy of the vendor from the specified component.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|MT-Level |Unsafe |
+-----------------------------+-----------------------------+
SEE ALSO wsreg_initialize(3WSREG), attributes(5)SunOS 5.10 22 Sep 2000 wsreg_set_vendor(3WSREG)
Check Out this Related Man Page
wsreg_set_id(3WSREG) Product Install Registry Library Functions wsreg_set_id(3WSREG)NAME
wsreg_set_id, wsreg_get_id - set or get the uuid of a component
SYNOPSIS
cc [flag ...] file ...-lwsreg [library ...]
#include <wsreg.h>
int wsreg_set_id(Wsreg_component *comp, const char *uuid);
char *wsreg_get_id(const Wsreg_component *comp);
DESCRIPTION
The wsreg_set_id() function sets the uuid (universal unique identifier) specified by uuid into the component specified by comp. If a uuid
has already been set into the specified component, the resources associated with the previously set uuid are released.
The wsreg_get_id() function returns a copy of the uuid of the component specified by comp. The resulting string must be released by the
caller.
RETURN VALUES
The wsreg_set_id() function returns non-zero if the uuid was set correctly; otherwise 0 is returned.
The wsreg_get_id() function returns a copy of the specified component's uuid.
USAGE
Generally, the uuid will be set into a component by the wsreg_create_component(3WSREG) function, so a call to the wsreg_set_id() is not
necessary.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|MT-Level |Unsafe |
+-----------------------------+-----------------------------+
SEE ALSO wsreg_create_component(3WSREG), wsreg_initialize(3WSREG), attributes(5)attributes(5)SunOS 5.10 22 Sep 2000 wsreg_set_id(3WSREG)
Can someone please help me with the following question. I am trying to find out what the minimum hardware requirements are for a Unix OS, the vendor does not matter.
Thanks in advance. (1 Reply)
Hi All,
This question is mainly to get help from u all experts for a database vendor change
we are in the process of migrating our database vendor from INFORMIX to ORACLE to run on SOLARIS 9.4 box.
Hence we need to work out on our applications which all are written in native 4GL (an easy... (2 Replies)
Hi guys,
I am a new member here. This is my first post.
I try to purchase some new Blade 2500 for the
company. However, the vendor suggests me to get Blade 2000 instead. The vendor said he has many problems
with new Silver Blade 2500's. Has anyone here had
simlar experience with blade 2500?... (4 Replies)
If anyone is willing to help I would defenitely appreciate it!
The situtation is that we have a client that had a "falling out" with their software/hardware vendor and now aren't able to get support for their machines and software.
What's happening is they're using SCO-Unix and a medical... (5 Replies)
I got my hands on a HP9000/380 and need a (really) old version of HP-UX, like 7 or 8.
Is there any vendor who sells older versions? I did a quick search here and checked the FAQ and HPs HP-UX site but couldn't find anything. :confused:
Any help is appreciated! (4 Replies)
Hi,
When i am trying to ftp COBOL generated data sets which contain comp values to AIX in ASCII mode. the comp values are getting corrupted. If i ftp the data set in binary mode it is working properly, but for this i have to change some compiler options in the COBOL. Also if i want to use the... (5 Replies)
I have a machine with Solaris OS 10 installed.
What command/file can give me the vendor of physical machine.
I have a machine with AIX OS installed.
What command/file can give me the vendor of physical machine.
I have a machine with Linux OS installed.
What command/file can give... (1 Reply)
Hi,
I have a requirement that my server receives files from a third party. For this a new user(vendor) has been created and given to the vendor with the default home directory as /home/vendor on my server where he will be placed as soon as he logs into my server. Due to space issues on /home I... (2 Replies)
I recently had a vendor hot-swap a faulty hard drive on my system. The fault was determined before there were any noticeable errors with regular operation on the user end. The vendor claims to have replaced the faulty hard drive. Is there a way to verify that the hard drive has been replaced? I... (3 Replies)
I'm working in a UNIX box that's owned by a vendor. They have it set up by State, meaning when I need to program script related to certain States, I type in, for example, "CA", it goes to a whole other terminal:
ddqsw:pts/2:login
miller CA
TERM = ( vt100 )
When I do this I have to hit... (7 Replies)